Shades of Cold Purple #A392BD
Tints of Cold Purple #A392BD
RGB
CMYK
RGB Variations
Color information
#A392BD (or 0xA392BD) is known color: Cold Purple. HEX triplet: A3, 92 and BD. RGB value is (163,146,189). Sum of RGB (Red+Green+Blue) = 163+146+189=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #A392BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392BD is #5C6D42. Grayscale: #9B9B9B. Windows color (decimal): -6057283 or 12423843. OLE color: 12423843.
HSL color Cylindrical-coordinate representation of color #A392BD: hue angle of 263.72º 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 #A392BD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 146 | 189 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.26 |
| HSL | 263.72º | 0.25% | 0.66% | - |
| HSV(B) | 263.72º | 0.23% | 0.74% | - |
| XYZ | 34.57 | 32.02 | 52.5 | - |
| YUV | 155.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 189 | 0.14 | 0.23 | 0 | 0.26 | 263.72 | 0.25 | 0.66 |
| Hex | A3 | 92 | BD | E | 17 | 0 | 1A | 108 | 19 | 42 |
| Octal | 243 | 222 | 275 | 16 | 27 | 0 | 32 | 410 | 31 | 102 |
| Binary | 10100011 | 10010010 | 10111101 | 1110 | 10111 | 0 | 11010 | 100001000 | 11001 | 1000010 |
Color Harmonies of #A392BD
Complementary color
Monochromatic Colors of #A392BD
Black with #A392BD
Text Example
Text Example
White with #A392BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392BD; }
p { color: rgb(163,146,189); }
H1.HeaderClassName
{
color: #A392BD;
}
.AnyTagClassName
{
color: #A392BD;
}
</style>
background-color css
<style>
a { background-color: #A392BD; }
a { background-color: rgb(163,146,189); }
div.DivClassName
{
background-color: #A392BD;
}
.BgClassName
{
background-color: #A392BD;
}
</style>
border-color css
<style>
span { border-color: #A392BD; }
span { border-color: rgb(163,146,189); }
td.TdClassName
{
border-color: #A392BD;
}
.TagClassName
{
border-color: #A392BD;
}
</style>