Html Css Color HEX #A17FCE Cold Purple

📋 copy color: '#A17FCE'

red 161 ◦ green 127 ◦ blue 206

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

Shades of Cold Purple #A17FCE

Tints of Cold Purple #A17FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 32.59%
G = 25.71%
B = 41.7%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A17FCE (or 0xA17FCE) is known color: Cold Purple. HEX triplet: A1, 7F and CE. RGB value is (161,127,206). Sum of RGB (Red+Green+Blue) = 161+127+206=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A17FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FCE is #5E8031. Grayscale: #919191. Windows color (decimal): -6193202 or 13533089. OLE color: 13533089.

HSL color Cylindrical-coordinate representation of color #A17FCE: hue angle of 265.82º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A17FCE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 127 206 -
CMYK 0.22 0.38 0 0.19
HSL 265.82º 0.45% 0.65% -
HSV(B) 265.82º 0.38% 0.81% -
XYZ 33.43 27.21 61.88 -
YUV 146.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 161 127 206 0.22 0.38 0 0.19 265.82 0.45 0.65
Hex A1 7F CE 16 26 0 13 10A 2D 41
Octal 241 177 316 26 46 0 23 412 55 101
Binary 10100001 1111111 11001110 10110 100110 0 10011 100001010 101101 1000001

Color Harmonies of #A17FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FCE

Black with #A17FCE

Text Example


Text Example

White with #A17FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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