#A99ABE

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

Shades of Cold Purple #A99ABE

Tints of Cold Purple #A99ABE

Color information

#A99ABE (or 0xA99ABE) is unknown color: approx Cold Purple. HEX triplet: A9, 9A and BE. RGB value is (169,154,190). Sum of RGB (Red+Green+Blue) = 169+154+190=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #A99ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ABE is #566541. Grayscale: #A2A2A2. Windows color (decimal): -5662018 or 12491433. OLE color: 12491433.

HSL color Cylindrical-coordinate representation of color #A99ABE: hue angle of 265º 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 #A99ABE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169154190-
CMYK0.110.1900.25
HSL265º21.69%67.45%-
HSV(B)265º18.95%74.51%-
XYZ37.2135.2653.56-
YUV162.59143.47132.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=32.94%
G=30.02%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691541900.110.1900.2526521.6967.45
HexA99ABEB130191091643
Octal251232276132303141126103
Binary101010011001101010111110101110011011001100001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99ABE; }

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

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

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

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

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

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

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

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