#A69CBD

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

Shades of Cold Purple #A69CBD

Tints of Cold Purple #A69CBD

Color information

#A69CBD (or 0xA69CBD) is unknown color: approx Cold Purple. HEX triplet: A6, 9C and BD. RGB value is (166,156,189). Sum of RGB (Red+Green+Blue) = 166+156+189=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A69CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CBD is #596342. Grayscale: #A2A2A2. Windows color (decimal): -5858115 or 12426406. OLE color: 12426406.

HSL color Cylindrical-coordinate representation of color #A69CBD: hue angle of 258.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69CBD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166156189-
CMYK0.120.1700.26
HSL258.18º20%67.65%-
HSV(B)258.18º17.46%74.12%-
XYZ36.835.5653.07-
YUV162.75142.81130.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=32.49%
G=30.53%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661561890.120.1700.26258.182067.65
HexA69CBDC1101A1021444
Octal246234275142103240224104
Binary101001101001110010111101110010001011010100000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CBD; }

 p { color: rgb(166,156,189); }

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

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

 a { background-color: rgb(166,156,189); }

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

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

 span { border-color: rgb(166,156,189); }

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