Shades of Cold Purple #A792C5
Tints of Cold Purple #A792C5
RGB
CMYK
RGB Variations
Color information
#A792C5 (or 0xA792C5) is known color: Cold Purple. HEX triplet: A7, 92 and C5. RGB value is (167,146,197). Sum of RGB (Red+Green+Blue) = 167+146+197=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #A792C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792C5 is #586D3A. Grayscale: #9D9D9D. Windows color (decimal): -5795131 or 12948135. OLE color: 12948135.
HSL color Cylindrical-coordinate representation of color #A792C5: hue angle of 264.71º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A792C5 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 146 | 197 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.23 |
| HSL | 264.71º | 0.31% | 0.67% | - |
| HSV(B) | 264.71º | 0.26% | 0.77% | - |
| XYZ | 36.29 | 32.8 | 57.24 | - |
| YUV | 158.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 197 | 0.15 | 0.26 | 0 | 0.23 | 264.71 | 0.31 | 0.67 |
| Hex | A7 | 92 | C5 | F | 1A | 0 | 17 | 109 | 1F | 43 |
| Octal | 247 | 222 | 305 | 17 | 32 | 0 | 27 | 411 | 37 | 103 |
| Binary | 10100111 | 10010010 | 11000101 | 1111 | 11010 | 0 | 10111 | 100001001 | 11111 | 1000011 |
Color Harmonies of #A792C5
Complementary color
Monochromatic Colors of #A792C5
Black with #A792C5
Text Example
Text Example
White with #A792C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A792C5; }
p { color: rgb(167,146,197); }
H1.HeaderClassName
{
color: #A792C5;
}
.AnyTagClassName
{
color: #A792C5;
}
</style>
background-color css
<style>
a { background-color: #A792C5; }
a { background-color: rgb(167,146,197); }
div.DivClassName
{
background-color: #A792C5;
}
.BgClassName
{
background-color: #A792C5;
}
</style>
border-color css
<style>
span { border-color: #A792C5; }
span { border-color: rgb(167,146,197); }
td.TdClassName
{
border-color: #A792C5;
}
.TagClassName
{
border-color: #A792C5;
}
</style>