#A89FBB

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

Shades of Cold Purple #A89FBB

Tints of Cold Purple #A89FBB

Color information

#A89FBB (or 0xA89FBB) is unknown color: approx Cold Purple. HEX triplet: A8, 9F and BB. RGB value is (168,159,187). Sum of RGB (Red+Green+Blue) = 168+159+187=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBB is #576044. Grayscale: #A4A4A4. Windows color (decimal): -5726277 or 12296104. OLE color: 12296104.

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

Color convert

RGB168159187-
CMYK0.100.1500.27
HSL259.29º17.07%67.84%-
HSV(B)259.29º14.97%73.33%-
XYZ37.5236.7152.12-
YUV164.88140.48130.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=32.68%
G=30.93%
B=36.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681591870.100.1500.27259.2917.0767.84
HexA89FBBAF01B1031144
Octal250237273121703340321104
Binary10101000100111111011101110101111011011100000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FBB; }

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

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

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

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

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

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

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

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