Shades of Cold Purple #A89EB8
Tints of Cold Purple #A89EB8
RGB
CMYK
RGB Variations
Color information
#A89EB8 (or 0xA89EB8) is known color: Cold Purple. HEX triplet: A8, 9E and B8. RGB value is (168,158,184). Sum of RGB (Red+Green+Blue) = 168+158+184=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 184 - color contains mainly: blue. Hex color #A89EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EB8 is #576147. Grayscale: #A3A3A3. Windows color (decimal): -5726536 or 12099240. OLE color: 12099240.
HSL color Cylindrical-coordinate representation of color #A89EB8: hue angle of 263.08º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89EB8 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 158 | 184 | - |
CMYK | 0.09 | 0.14 | 0 | 0.28 |
HSL | 263.08º | 0.15% | 0.67% | - |
HSV(B) | 263.08º | 0.14% | 0.72% | - |
XYZ | 37.03 | 36.24 | 50.39 | - |
YUV | 163.95 | 139.31 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 158 | 184 | 0.09 | 0.14 | 0 | 0.28 | 263.08 | 0.15 | 0.67 |
Hex | A8 | 9E | B8 | 9 | E | 0 | 1C | 107 | F | 43 |
Octal | 250 | 236 | 270 | 11 | 16 | 0 | 34 | 407 | 17 | 103 |
Binary | 10101000 | 10011110 | 10111000 | 1001 | 1110 | 0 | 11100 | 100000111 | 1111 | 1000011 |
Color Harmonies of #A89EB8
Complementary color
Monochromatic Colors of #A89EB8
Black with #A89EB8
Text Example
Text Example
White with #A89EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EB8; }
p { color: rgb(168,158,184); }
H1.HeaderClassName
{
color: #A89EB8;
}
.AnyTagClassName
{
color: #A89EB8;
}
</style>
background-color css
<style>
a { background-color: #A89EB8; }
a { background-color: rgb(168,158,184); }
div.DivClassName
{
background-color: #A89EB8;
}
.BgClassName
{
background-color: #A89EB8;
}
</style>
border-color css
<style>
span { border-color: #A89EB8; }
span { border-color: rgb(168,158,184); }
td.TdClassName
{
border-color: #A89EB8;
}
.TagClassName
{
border-color: #A89EB8;
}
</style>