Shades of Cold Purple #A092CB
Tints of Cold Purple #A092CB
RGB
CMYK
RGB Variations
Color information
#A092CB (or 0xA092CB) is known color: Cold Purple. HEX triplet: A0, 92 and CB. RGB value is (160,146,203). Sum of RGB (Red+Green+Blue) = 160+146+203=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A092CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092CB is #5F6D34. Grayscale: #9C9C9C. Windows color (decimal): -6253877 or 13341344. OLE color: 13341344.
HSL color Cylindrical-coordinate representation of color #A092CB: hue angle of 254.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A092CB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 146 | 203 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.20 |
| HSL | 254.74º | 0.35% | 0.68% | - |
| HSV(B) | 254.74º | 0.28% | 0.8% | - |
| XYZ | 35.56 | 32.34 | 60.87 | - |
| YUV | 156.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 203 | 0.21 | 0.28 | 0 | 0.20 | 254.74 | 0.35 | 0.68 |
| Hex | A0 | 92 | CB | 15 | 1C | 0 | 14 | FF | 23 | 44 |
| Octal | 240 | 222 | 313 | 25 | 34 | 0 | 24 | 377 | 43 | 104 |
| Binary | 10100000 | 10010010 | 11001011 | 10101 | 11100 | 0 | 10100 | 11111111 | 100011 | 1000100 |
Color Harmonies of #A092CB
Complementary color
Monochromatic Colors of #A092CB
Black with #A092CB
Text Example
Text Example
White with #A092CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092CB; }
p { color: rgb(160,146,203); }
H1.HeaderClassName
{
color: #A092CB;
}
.AnyTagClassName
{
color: #A092CB;
}
</style>
background-color css
<style>
a { background-color: #A092CB; }
a { background-color: rgb(160,146,203); }
div.DivClassName
{
background-color: #A092CB;
}
.BgClassName
{
background-color: #A092CB;
}
</style>
border-color css
<style>
span { border-color: #A092CB; }
span { border-color: rgb(160,146,203); }
td.TdClassName
{
border-color: #A092CB;
}
.TagClassName
{
border-color: #A092CB;
}
</style>