#A89ABB

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

Shades of Cold Purple #A89ABB

Tints of Cold Purple #A89ABB

Color information

#A89ABB (or 0xA89ABB) is unknown color: approx Cold Purple. HEX triplet: A8, 9A and BB. RGB value is (168,154,187). Sum of RGB (Red+Green+Blue) = 168+154+187=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABB is #576544. Grayscale: #A1A1A1. Windows color (decimal): -5727557 or 12294824. OLE color: 12294824.

HSL color Cylindrical-coordinate representation of color #A89ABB: hue angle of 265.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89ABB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168154187-
CMYK0.100.1800.27
HSL265.45º19.53%66.86%-
HSV(B)265.45º17.65%73.33%-
XYZ36.6735.0251.84-
YUV161.95142.14132.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=33.01%
G=30.26%
B=36.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681541870.100.1800.27265.4519.5366.86
HexA89ABBA1201B1091443
Octal250232273122203341124103
Binary101010001001101010111011101010010011011100001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ABB; }

 p { color: rgb(168,154,187); }

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

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

 a { background-color: rgb(168,154,187); }

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

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

 span { border-color: rgb(168,154,187); }

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