Shades of Cold Purple #A8A0B4
Tints of Cold Purple #A8A0B4
RGB
CMYK
RGB Variations
Color information
#A8A0B4 (or 0xA8A0B4) is known color: Cold Purple. HEX triplet: A8, A0 and B4. RGB value is (168,160,180). Sum of RGB (Red+Green+Blue) = 168+160+180=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #A8A0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0B4 is #575F4B. Grayscale: #A4A4A4. Windows color (decimal): -5726028 or 11837608. OLE color: 11837608.
HSL color Cylindrical-coordinate representation of color #A8A0B4: hue angle of 264º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8A0B4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 160 | 180 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.29 |
| HSL | 264º | 0.12% | 0.67% | - |
| HSV(B) | 264º | 0.11% | 0.71% | - |
| XYZ | 36.96 | 36.76 | 48.33 | - |
| YUV | 164.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 180 | 0.07 | 0.11 | 0 | 0.29 | 264 | 0.12 | 0.67 |
| Hex | A8 | A0 | B4 | 7 | B | 0 | 1D | 108 | C | 43 |
| Octal | 250 | 240 | 264 | 7 | 13 | 0 | 35 | 410 | 14 | 103 |
| Binary | 10101000 | 10100000 | 10110100 | 111 | 1011 | 0 | 11101 | 100001000 | 1100 | 1000011 |
Color Harmonies of #A8A0B4
Complementary color
Monochromatic Colors of #A8A0B4
Black with #A8A0B4
Text Example
Text Example
White with #A8A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0B4; }
p { color: rgb(168,160,180); }
H1.HeaderClassName
{
color: #A8A0B4;
}
.AnyTagClassName
{
color: #A8A0B4;
}
</style>
background-color css
<style>
a { background-color: #A8A0B4; }
a { background-color: rgb(168,160,180); }
div.DivClassName
{
background-color: #A8A0B4;
}
.BgClassName
{
background-color: #A8A0B4;
}
</style>
border-color css
<style>
span { border-color: #A8A0B4; }
span { border-color: rgb(168,160,180); }
td.TdClassName
{
border-color: #A8A0B4;
}
.TagClassName
{
border-color: #A8A0B4;
}
</style>