Shades of Cold Purple #A08ABC
Tints of Cold Purple #A08ABC
RGB
CMYK
RGB Variations
Color information
#A08ABC (or 0xA08ABC) is known color: Cold Purple. HEX triplet: A0, 8A and BC. RGB value is (160,138,188). Sum of RGB (Red+Green+Blue) = 160+138+188=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ABC is #5F7543. Grayscale: #969696. Windows color (decimal): -6255940 or 12356256. OLE color: 12356256.
HSL color Cylindrical-coordinate representation of color #A08ABC: hue angle of 266.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08ABC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 138 | 188 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.26 |
| HSL | 266.4º | 0.27% | 0.64% | - |
| HSV(B) | 266.4º | 0.27% | 0.74% | - |
| XYZ | 32.66 | 29.28 | 51.51 | - |
| YUV | 150.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 188 | 0.15 | 0.27 | 0 | 0.26 | 266.4 | 0.27 | 0.64 |
| Hex | A0 | 8A | BC | F | 1B | 0 | 1A | 10A | 1B | 40 |
| Octal | 240 | 212 | 274 | 17 | 33 | 0 | 32 | 412 | 33 | 100 |
| Binary | 10100000 | 10001010 | 10111100 | 1111 | 11011 | 0 | 11010 | 100001010 | 11011 | 1000000 |
Color Harmonies of #A08ABC
Complementary color
Monochromatic Colors of #A08ABC
Black with #A08ABC
Text Example
Text Example
White with #A08ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ABC; }
p { color: rgb(160,138,188); }
H1.HeaderClassName
{
color: #A08ABC;
}
.AnyTagClassName
{
color: #A08ABC;
}
</style>
background-color css
<style>
a { background-color: #A08ABC; }
a { background-color: rgb(160,138,188); }
div.DivClassName
{
background-color: #A08ABC;
}
.BgClassName
{
background-color: #A08ABC;
}
</style>
border-color css
<style>
span { border-color: #A08ABC; }
span { border-color: rgb(160,138,188); }
td.TdClassName
{
border-color: #A08ABC;
}
.TagClassName
{
border-color: #A08ABC;
}
</style>