#A89ABF

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

Shades of Cold Purple #A89ABF

Tints of Cold Purple #A89ABF

Color information

#A89ABF (or 0xA89ABF) is unknown color: approx Cold Purple. HEX triplet: A8, 9A and BF. RGB value is (168,154,191). Sum of RGB (Red+Green+Blue) = 168+154+191=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABF is #576540. Grayscale: #A2A2A2. Windows color (decimal): -5727553 or 12556968. OLE color: 12556968.

HSL color Cylindrical-coordinate representation of color #A89ABF: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89ABF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168154191-
CMYK0.120.1900.25
HSL262.7º22.42%67.65%-
HSV(B)262.7º19.37%74.9%-
XYZ37.1135.254.13-
YUV162.4144.14131.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 191 (75% from 255) = 37.23%
R=32.75%
G=30.02%
B=37.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681541910.120.1900.25262.722.4267.65
HexA89ABFC130191071644
Octal250232277142303140726104
Binary101010001001101010111111110010011011001100000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ABF; }

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

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

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

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

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

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

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

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