Shades of Cold Purple #A088CB
Tints of Cold Purple #A088CB
RGB
CMYK
RGB Variations
Color information
#A088CB (or 0xA088CB) is known color: Cold Purple. HEX triplet: A0, 88 and CB. RGB value is (160,136,203). Sum of RGB (Red+Green+Blue) = 160+136+203=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A088CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088CB is #5F7734. Grayscale: #969696. Windows color (decimal): -6256437 or 13338784. OLE color: 13338784.
HSL color Cylindrical-coordinate representation of color #A088CB: hue angle of 261.49º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A088CB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 136 | 203 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.20 |
| HSL | 261.49º | 0.39% | 0.66% | - |
| HSV(B) | 261.49º | 0.33% | 0.8% | - |
| XYZ | 34.08 | 29.39 | 60.38 | - |
| YUV | 150.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 203 | 0.21 | 0.33 | 0 | 0.20 | 261.49 | 0.39 | 0.66 |
| Hex | A0 | 88 | CB | 15 | 21 | 0 | 14 | 105 | 27 | 42 |
| Octal | 240 | 210 | 313 | 25 | 41 | 0 | 24 | 405 | 47 | 102 |
| Binary | 10100000 | 10001000 | 11001011 | 10101 | 100001 | 0 | 10100 | 100000101 | 100111 | 1000010 |
Color Harmonies of #A088CB
Complementary color
Monochromatic Colors of #A088CB
Black with #A088CB
Text Example
Text Example
White with #A088CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088CB; }
p { color: rgb(160,136,203); }
H1.HeaderClassName
{
color: #A088CB;
}
.AnyTagClassName
{
color: #A088CB;
}
</style>
background-color css
<style>
a { background-color: #A088CB; }
a { background-color: rgb(160,136,203); }
div.DivClassName
{
background-color: #A088CB;
}
.BgClassName
{
background-color: #A088CB;
}
</style>
border-color css
<style>
span { border-color: #A088CB; }
span { border-color: rgb(160,136,203); }
td.TdClassName
{
border-color: #A088CB;
}
.TagClassName
{
border-color: #A088CB;
}
</style>