#A89CBD

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

Shades of Cold Purple #A89CBD

Tints of Cold Purple #A89CBD

Color information

#A89CBD (or 0xA89CBD) is unknown color: approx Cold Purple. HEX triplet: A8, 9C and BD. RGB value is (168,156,189). Sum of RGB (Red+Green+Blue) = 168+156+189=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A89CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CBD is #576342. Grayscale: #A3A3A3. Windows color (decimal): -5727043 or 12426408. OLE color: 12426408.

HSL color Cylindrical-coordinate representation of color #A89CBD: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89CBD is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168156189-
CMYK0.110.1700.26
HSL261.82º20%67.65%-
HSV(B)261.82º17.46%74.12%-
XYZ37.2235.7853.09-
YUV163.35142.48131.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=32.75%
G=30.41%
B=36.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681561890.110.1700.26261.822067.65
HexA89CBDB1101A1061444
Octal250234275132103240624104
Binary101010001001110010111101101110001011010100000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CBD; }

 p { color: rgb(168,156,189); }

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

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

 a { background-color: rgb(168,156,189); }

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

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

 span { border-color: rgb(168,156,189); }

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