#A89FBA

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

Shades of Cold Purple #A89FBA

Tints of Cold Purple #A89FBA

Color information

#A89FBA (or 0xA89FBA) is unknown color: approx Cold Purple. HEX triplet: A8, 9F and BA. RGB value is (168,159,186). Sum of RGB (Red+Green+Blue) = 168+159+186=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #A89FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBA is #576045. Grayscale: #A4A4A4. Windows color (decimal): -5726278 or 12230568. OLE color: 12230568.

HSL color Cylindrical-coordinate representation of color #A89FBA: hue angle of 260º degrees, saturation: 0.16, 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 #A89FBA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168159186-
CMYK0.100.1500.27
HSL260º16.36%67.65%-
HSV(B)260º14.52%72.94%-
XYZ37.4136.6751.56-
YUV164.77139.98130.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=32.75%
G=30.99%
B=36.26%

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
Decimal1681591860.100.1500.2726016.3667.65
HexA89FBAAF01B1041044
Octal250237272121703340420104
Binary10101000100111111011101010101111011011100000100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FBA; }

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

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

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

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

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

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

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

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