Shades of Cold Purple #A091CB
Tints of Cold Purple #A091CB
RGB
CMYK
RGB Variations
Color information
#A091CB (or 0xA091CB) is known color: Cold Purple. HEX triplet: A0, 91 and CB. RGB value is (160,145,203). Sum of RGB (Red+Green+Blue) = 160+145+203=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #A091CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091CB is #5F6E34. Grayscale: #9B9B9B. Windows color (decimal): -6254133 or 13341088. OLE color: 13341088.
HSL color Cylindrical-coordinate representation of color #A091CB: hue angle of 255.52º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A091CB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 145 | 203 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.20 |
| HSL | 255.52º | 0.36% | 0.68% | - |
| HSV(B) | 255.52º | 0.29% | 0.8% | - |
| XYZ | 35.4 | 32.04 | 60.82 | - |
| YUV | 156.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 203 | 0.21 | 0.29 | 0 | 0.20 | 255.52 | 0.36 | 0.68 |
| Hex | A0 | 91 | CB | 15 | 1D | 0 | 14 | 100 | 24 | 44 |
| Octal | 240 | 221 | 313 | 25 | 35 | 0 | 24 | 400 | 44 | 104 |
| Binary | 10100000 | 10010001 | 11001011 | 10101 | 11101 | 0 | 10100 | 100000000 | 100100 | 1000100 |
Color Harmonies of #A091CB
Complementary color
Monochromatic Colors of #A091CB
Black with #A091CB
Text Example
Text Example
White with #A091CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091CB; }
p { color: rgb(160,145,203); }
H1.HeaderClassName
{
color: #A091CB;
}
.AnyTagClassName
{
color: #A091CB;
}
</style>
background-color css
<style>
a { background-color: #A091CB; }
a { background-color: rgb(160,145,203); }
div.DivClassName
{
background-color: #A091CB;
}
.BgClassName
{
background-color: #A091CB;
}
</style>
border-color css
<style>
span { border-color: #A091CB; }
span { border-color: rgb(160,145,203); }
td.TdClassName
{
border-color: #A091CB;
}
.TagClassName
{
border-color: #A091CB;
}
</style>