Html Css Color HEX #A67FCE Cold Purple

📋 copy color: '#A67FCE'

red 166 ◦ green 127 ◦ blue 206

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

Shades of Cold Purple #A67FCE

Tints of Cold Purple #A67FCE

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

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

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

R = 33.27%
G = 25.45%
B = 41.28%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A67FCE (or 0xA67FCE) is known color: Cold Purple. HEX triplet: A6, 7F and CE. RGB value is (166,127,206). Sum of RGB (Red+Green+Blue) = 166+127+206=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #A67FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FCE is #598031. Grayscale: #939393. Windows color (decimal): -5865522 or 13533094. OLE color: 13533094.

HSL color Cylindrical-coordinate representation of color #A67FCE: hue angle of 269.62º 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 #A67FCE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 127 206 -
CMYK 0.19 0.38 0 0.19
HSL 269.62º 0.45% 0.65% -
HSV(B) 269.62º 0.38% 0.81% -
XYZ 34.46 27.74 61.93 -
YUV 147.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 166 127 206 0.19 0.38 0 0.19 269.62 0.45 0.65
Hex A6 7F CE 13 26 0 13 10E 2D 41
Octal 246 177 316 23 46 0 23 416 55 101
Binary 10100110 1111111 11001110 10011 100110 0 10011 100001110 101101 1000001

Color Harmonies of #A67FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FCE

Black with #A67FCE

Text Example


Text Example

White with #A67FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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