Shades of Cold Purple #A795C1
Tints of Cold Purple #A795C1
RGB
CMYK
RGB Variations
Color information
#A795C1 (or 0xA795C1) is known color: Cold Purple. HEX triplet: A7, 95 and C1. RGB value is (167,149,193). Sum of RGB (Red+Green+Blue) = 167+149+193=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #A795C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795C1 is #586A3E. Grayscale: #9F9F9F. Windows color (decimal): -5794367 or 12686759. OLE color: 12686759.
HSL color Cylindrical-coordinate representation of color #A795C1: hue angle of 264.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A795C1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 149 | 193 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.24 |
| HSL | 264.55º | 0.26% | 0.67% | - |
| HSV(B) | 264.55º | 0.23% | 0.76% | - |
| XYZ | 36.31 | 33.56 | 55.02 | - |
| YUV | 159.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 193 | 0.13 | 0.23 | 0 | 0.24 | 264.55 | 0.26 | 0.67 |
| Hex | A7 | 95 | C1 | D | 17 | 0 | 18 | 109 | 1A | 43 |
| Octal | 247 | 225 | 301 | 15 | 27 | 0 | 30 | 411 | 32 | 103 |
| Binary | 10100111 | 10010101 | 11000001 | 1101 | 10111 | 0 | 11000 | 100001001 | 11010 | 1000011 |
Color Harmonies of #A795C1
Complementary color
Monochromatic Colors of #A795C1
Black with #A795C1
Text Example
Text Example
White with #A795C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795C1; }
p { color: rgb(167,149,193); }
H1.HeaderClassName
{
color: #A795C1;
}
.AnyTagClassName
{
color: #A795C1;
}
</style>
background-color css
<style>
a { background-color: #A795C1; }
a { background-color: rgb(167,149,193); }
div.DivClassName
{
background-color: #A795C1;
}
.BgClassName
{
background-color: #A795C1;
}
</style>
border-color css
<style>
span { border-color: #A795C1; }
span { border-color: rgb(167,149,193); }
td.TdClassName
{
border-color: #A795C1;
}
.TagClassName
{
border-color: #A795C1;
}
</style>