#A69EB4

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

Shades of Cold Purple #A69EB4

Tints of Cold Purple #A69EB4

Color information

#A69EB4 (or 0xA69EB4) is unknown color: approx Cold Purple. HEX triplet: A6, 9E and B4. RGB value is (166,158,180). Sum of RGB (Red+Green+Blue) = 166+158+180=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #A69EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EB4 is #59614B. Grayscale: #A2A2A2. Windows color (decimal): -5857612 or 11837094. OLE color: 11837094.

HSL color Cylindrical-coordinate representation of color #A69EB4: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69EB4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166158180-
CMYK0.080.1200.29
HSL261.82º12.79%66.27%-
HSV(B)261.82º12.22%70.59%-
XYZ36.1935.8648.19-
YUV162.9137.65130.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=32.94%
G=31.35%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661581800.080.1200.29261.8212.7966.27
HexA69EB48C01D106d42
Octal246236264101403540615102
Binary1010011010011110101101001000110001110110000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EB4; }

 p { color: rgb(166,158,180); }

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

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

 a { background-color: rgb(166,158,180); }

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

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

 span { border-color: rgb(166,158,180); }

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