#A89EBB

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

Shades of Cold Purple #A89EBB

Tints of Cold Purple #A89EBB

Color information

#A89EBB (or 0xA89EBB) is unknown color: approx Cold Purple. HEX triplet: A8, 9E and BB. RGB value is (168,158,187). Sum of RGB (Red+Green+Blue) = 168+158+187=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EBB is #576144. Grayscale: #A4A4A4. Windows color (decimal): -5726533 or 12295848. OLE color: 12295848.

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

Color convert

RGB168158187-
CMYK0.100.1600.27
HSL260.69º17.58%67.65%-
HSV(B)260.69º15.51%73.33%-
XYZ37.3436.3752.06-
YUV164.3140.81130.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=32.75%
G=30.80%
B=36.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681581870.100.1600.27260.6917.5867.65
HexA89EBBA1001B1051244
Octal250236273122003340522104
Binary101010001001111010111011101010000011011100000101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89EBB; }

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

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

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

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

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

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

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

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