#A89BBA

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

Shades of Cold Purple #A89BBA

Tints of Cold Purple #A89BBA

Color information

#A89BBA (or 0xA89BBA) is unknown color: approx Cold Purple. HEX triplet: A8, 9B and BA. RGB value is (168,155,186). Sum of RGB (Red+Green+Blue) = 168+155+186=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #A89BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BBA is #576445. Grayscale: #A2A2A2. Windows color (decimal): -5727302 or 12229544. OLE color: 12229544.

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

Color convert

RGB168155186-
CMYK0.100.1700.27
HSL265.16º18.34%66.86%-
HSV(B)265.16º16.67%72.94%-
XYZ36.7335.3151.33-
YUV162.42141.31131.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=33.01%
G=30.45%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681551860.100.1700.27265.1618.3466.86
HexA89BBAA1101B1091243
Octal250233272122103341122103
Binary101010001001101110111010101010001011011100001001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BBA; }

 p { color: rgb(168,155,186); }

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

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

 a { background-color: rgb(168,155,186); }

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

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

 span { border-color: rgb(168,155,186); }

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