#A67DCD

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

Shades of Cold Purple #A67DCD

Tints of Cold Purple #A67DCD

Color information

#A67DCD (or 0xA67DCD) is unknown color: approx Cold Purple. HEX triplet: A6, 7D and CD. RGB value is (166,125,205). Sum of RGB (Red+Green+Blue) = 166+125+205=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A67DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DCD is #598232. Grayscale: #929292. Windows color (decimal): -5866035 or 13467046. OLE color: 13467046.

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

Color convert

RGB166125205-
CMYK0.190.3900.20
HSL270.75º44.44%64.71%-
HSV(B)270.75º39.02%80.39%-
XYZ34.0827.1861.21-
YUV146.38161.08142-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=33.47%
G=25.20%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661252050.190.3900.20270.7544.4464.71
HexA67DCD132701410f2c41
Octal246175315234702441754101
Binary10100110111110111001101100111001110101001000011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67DCD; }

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

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

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

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

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

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

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

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