Shades of Cold Purple #A088D2
Tints of Cold Purple #A088D2
RGB
CMYK
RGB Variations
Color information
#A088D2 (or 0xA088D2) is known color: Cold Purple. HEX triplet: A0, 88 and D2. RGB value is (160,136,210). Sum of RGB (Red+Green+Blue) = 160+136+210=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #A088D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088D2 is #5F772D. Grayscale: #979797. Windows color (decimal): -6256430 or 13797536. OLE color: 13797536.
HSL color Cylindrical-coordinate representation of color #A088D2: hue angle of 259.46º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A088D2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 136 | 210 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.18 |
| HSL | 259.46º | 0.45% | 0.68% | - |
| HSV(B) | 259.46º | 0.35% | 0.82% | - |
| XYZ | 34.93 | 29.74 | 64.87 | - |
| YUV | 151.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 210 | 0.24 | 0.35 | 0 | 0.18 | 259.46 | 0.45 | 0.68 |
| Hex | A0 | 88 | D2 | 18 | 23 | 0 | 12 | 103 | 2D | 44 |
| Octal | 240 | 210 | 322 | 30 | 43 | 0 | 22 | 403 | 55 | 104 |
| Binary | 10100000 | 10001000 | 11010010 | 11000 | 100011 | 0 | 10010 | 100000011 | 101101 | 1000100 |
Color Harmonies of #A088D2
Complementary color
Monochromatic Colors of #A088D2
Black with #A088D2
Text Example
Text Example
White with #A088D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088D2; }
p { color: rgb(160,136,210); }
H1.HeaderClassName
{
color: #A088D2;
}
.AnyTagClassName
{
color: #A088D2;
}
</style>
background-color css
<style>
a { background-color: #A088D2; }
a { background-color: rgb(160,136,210); }
div.DivClassName
{
background-color: #A088D2;
}
.BgClassName
{
background-color: #A088D2;
}
</style>
border-color css
<style>
span { border-color: #A088D2; }
span { border-color: rgb(160,136,210); }
td.TdClassName
{
border-color: #A088D2;
}
.TagClassName
{
border-color: #A088D2;
}
</style>