Shades of Cold Purple #A092BD
Tints of Cold Purple #A092BD
RGB
CMYK
RGB Variations
Color information
#A092BD (or 0xA092BD) is known color: Cold Purple. HEX triplet: A0, 92 and BD. RGB value is (160,146,189). Sum of RGB (Red+Green+Blue) = 160+146+189=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A092BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092BD is #5F6D42. Grayscale: #9A9A9A. Windows color (decimal): -6253891 or 12423840. OLE color: 12423840.
HSL color Cylindrical-coordinate representation of color #A092BD: hue angle of 259.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A092BD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 146 | 189 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.26 |
| HSL | 259.53º | 0.25% | 0.66% | - |
| HSV(B) | 259.53º | 0.23% | 0.74% | - |
| XYZ | 33.96 | 31.71 | 52.47 | - |
| YUV | 155.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 189 | 0.15 | 0.23 | 0 | 0.26 | 259.53 | 0.25 | 0.66 |
| Hex | A0 | 92 | BD | F | 17 | 0 | 1A | 104 | 19 | 42 |
| Octal | 240 | 222 | 275 | 17 | 27 | 0 | 32 | 404 | 31 | 102 |
| Binary | 10100000 | 10010010 | 10111101 | 1111 | 10111 | 0 | 11010 | 100000100 | 11001 | 1000010 |
Color Harmonies of #A092BD
Complementary color
Monochromatic Colors of #A092BD
Black with #A092BD
Text Example
Text Example
White with #A092BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092BD; }
p { color: rgb(160,146,189); }
H1.HeaderClassName
{
color: #A092BD;
}
.AnyTagClassName
{
color: #A092BD;
}
</style>
background-color css
<style>
a { background-color: #A092BD; }
a { background-color: rgb(160,146,189); }
div.DivClassName
{
background-color: #A092BD;
}
.BgClassName
{
background-color: #A092BD;
}
</style>
border-color css
<style>
span { border-color: #A092BD; }
span { border-color: rgb(160,146,189); }
td.TdClassName
{
border-color: #A092BD;
}
.TagClassName
{
border-color: #A092BD;
}
</style>