#A67FD0

Color #A67FD0 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A67FD0

Tints of Cold Purple #A67FD0

Color information

#A67FD0 (or 0xA67FD0) is unknown color: approx Cold Purple. HEX triplet: A6, 7F and D0. RGB value is (166,127,208). Sum of RGB (Red+Green+Blue) = 166+127+208=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #A67FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FD0 is #59802F. Grayscale: #939393. Windows color (decimal): -5865520 or 13664166. OLE color: 13664166.

HSL color Cylindrical-coordinate representation of color #A67FD0: hue angle of 268.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67FD0 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166127208-
CMYK0.200.3900.18
HSL268.89º46.29%65.69%-
HSV(B)268.89º38.94%81.57%-
XYZ34.727.8463.22-
YUV147.89161.92140.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=33.13%
G=25.35%
B=41.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661272080.200.3900.18268.8946.2965.69
HexA67FD0142701210d2e42
Octal246177320244702241556102
Binary10100110111111111010000101001001110100101000011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FD0; }

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

 H1.HeaderClassName
 {
   color: #A67FD0;
 }
 .AnyTagClassName
 {
   color: #A67FD0;
 }
</style>
background-color css

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

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

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

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

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

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