Html Css Color HEX #A17FCB Cold Purple

📋 copy color: '#A17FCB'

red 161 ◦ green 127 ◦ blue 203

#A17FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A17FCB

Tints of Cold Purple #A17FCB

RGB

 RED value IS 161 (63.28% from 255) = 32.79%

 GREEN value IS 127 (50% from 255) = 25.87%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 32.79%
G = 25.87%
B = 41.34%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A17FCB (or 0xA17FCB) is known color: Cold Purple. HEX triplet: A1, 7F and CB. RGB value is (161,127,203). Sum of RGB (Red+Green+Blue) = 161+127+203=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A17FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FCB is #5E8034. Grayscale: #919191. Windows color (decimal): -6193205 or 13336481. OLE color: 13336481.

HSL color Cylindrical-coordinate representation of color #A17FCB: hue angle of 266.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17FCB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 127 203 -
CMYK 0.21 0.37 0 0.20
HSL 266.84º 0.42% 0.65% -
HSV(B) 266.84º 0.37% 0.8% -
XYZ 33.07 27.07 59.98 -
YUV 145.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 161 127 203 0.21 0.37 0 0.20 266.84 0.42 0.65
Hex A1 7F CB 15 25 0 14 10B 2A 41
Octal 241 177 313 25 45 0 24 413 52 101
Binary 10100001 1111111 11001011 10101 100101 0 10100 100001011 101010 1000001

Color Harmonies of #A17FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FCB

Black with #A17FCB

Text Example


Text Example

White with #A17FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FCB; }

 p { color: rgb(161,127,203); }

 H1.HeaderClassName
 {
   color: #A17FCB;
 }
 .AnyTagClassName
 {
   color: #A17FCB;
 }
</style>

background-color css

<style>
 a { background-color: #A17FCB; }

 a { background-color: rgb(161,127,203); }

 div.DivClassName
 {
   background-color: #A17FCB;
 }
 .BgClassName
 {
   background-color: #A17FCB;
 }
</style>

border-color css

<style>
 span { border-color: #A17FCB; }

 span { border-color: rgb(161,127,203); }

 td.TdClassName
 {
   border-color: #A17FCB;
 }
 .TagClassName
 {
   border-color: #A17FCB;
 }
</style>