Html Css Color HEX #A67FCD Cold Purple

📋 copy color: '#A67FCD'

red 166 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A67FCD

Tints of Cold Purple #A67FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 33.33%
G = 25.5%
B = 41.16%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A67FCD (or 0xA67FCD) is known color: Cold Purple. HEX triplet: A6, 7F and CD. RGB value is (166,127,205). Sum of RGB (Red+Green+Blue) = 166+127+205=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A67FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FCD is #598032. Grayscale: #939393. Windows color (decimal): -5865523 or 13467558. OLE color: 13467558.

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

Color convert

RGB 166 127 205 -
CMYK 0.19 0.38 0 0.20
HSL 270º 0.44% 0.65% -
HSV(B) 270º 0.38% 0.8% -
XYZ 34.33 27.69 61.29 -
YUV 147.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 166 127 205 0.19 0.38 0 0.20 270 0.44 0.65
Hex A6 7F CD 13 26 0 14 10E 2C 41
Octal 246 177 315 23 46 0 24 416 54 101
Binary 10100110 1111111 11001101 10011 100110 0 10100 100001110 101100 1000001

Color Harmonies of #A67FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FCD

Black with #A67FCD

Text Example


Text Example

White with #A67FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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