Shades of Cold Purple #A092C2
Tints of Cold Purple #A092C2
RGB
CMYK
RGB Variations
Color information
#A092C2 (or 0xA092C2) is known color: Cold Purple. HEX triplet: A0, 92 and C2. RGB value is (160,146,194). Sum of RGB (Red+Green+Blue) = 160+146+194=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #A092C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092C2 is #5F6D3D. Grayscale: #9B9B9B. Windows color (decimal): -6253886 or 12751520. OLE color: 12751520.
HSL color Cylindrical-coordinate representation of color #A092C2: hue angle of 257.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A092C2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 146 | 194 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.24 |
| HSL | 257.5º | 0.28% | 0.67% | - |
| HSV(B) | 257.5º | 0.25% | 0.76% | - |
| XYZ | 34.51 | 31.93 | 55.38 | - |
| YUV | 155.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 194 | 0.18 | 0.25 | 0 | 0.24 | 257.5 | 0.28 | 0.67 |
| Hex | A0 | 92 | C2 | 12 | 19 | 0 | 18 | 102 | 1C | 43 |
| Octal | 240 | 222 | 302 | 22 | 31 | 0 | 30 | 402 | 34 | 103 |
| Binary | 10100000 | 10010010 | 11000010 | 10010 | 11001 | 0 | 11000 | 100000010 | 11100 | 1000011 |
Color Harmonies of #A092C2
Complementary color
Monochromatic Colors of #A092C2
Black with #A092C2
Text Example
Text Example
White with #A092C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092C2; }
p { color: rgb(160,146,194); }
H1.HeaderClassName
{
color: #A092C2;
}
.AnyTagClassName
{
color: #A092C2;
}
</style>
background-color css
<style>
a { background-color: #A092C2; }
a { background-color: rgb(160,146,194); }
div.DivClassName
{
background-color: #A092C2;
}
.BgClassName
{
background-color: #A092C2;
}
</style>
border-color css
<style>
span { border-color: #A092C2; }
span { border-color: rgb(160,146,194); }
td.TdClassName
{
border-color: #A092C2;
}
.TagClassName
{
border-color: #A092C2;
}
</style>