#A69ABE

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

Shades of Cold Purple #A69ABE

Tints of Cold Purple #A69ABE

Color information

#A69ABE (or 0xA69ABE) is unknown color: approx Cold Purple. HEX triplet: A6, 9A and BE. RGB value is (166,154,190). Sum of RGB (Red+Green+Blue) = 166+154+190=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABE is #596541. Grayscale: #A1A1A1. Windows color (decimal): -5858626 or 12491430. OLE color: 12491430.

HSL color Cylindrical-coordinate representation of color #A69ABE: hue angle of 260º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A69ABE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166154190-
CMYK0.130.1900.25
HSL260º21.69%67.45%-
HSV(B)260º18.95%74.51%-
XYZ36.5834.9453.53-
YUV161.69143.98131.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=32.55%
G=30.20%
B=37.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661541900.130.1900.2526021.6967.45
HexA69ABED130191041643
Octal246232276152303140426103
Binary101001101001101010111110110110011011001100000100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ABE; }

 p { color: rgb(166,154,190); }

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

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

 a { background-color: rgb(166,154,190); }

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

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

 span { border-color: rgb(166,154,190); }

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