Shades of Cold Purple #A785CB
Tints of Cold Purple #A785CB
RGB
CMYK
RGB Variations
Color information
#A785CB (or 0xA785CB) is known color: Cold Purple. HEX triplet: A7, 85 and CB. RGB value is (167,133,203). Sum of RGB (Red+Green+Blue) = 167+133+203=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A785CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CB is #587A34. Grayscale: #969696. Windows color (decimal): -5798453 or 13338023. OLE color: 13338023.
HSL color Cylindrical-coordinate representation of color #A785CB: hue angle of 269.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A785CB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 133 | 203 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.20 |
| HSL | 269.14º | 0.4% | 0.66% | - |
| HSV(B) | 269.14º | 0.34% | 0.8% | - |
| XYZ | 35.1 | 29.3 | 60.31 | - |
| YUV | 151.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 203 | 0.18 | 0.34 | 0 | 0.20 | 269.14 | 0.4 | 0.66 |
| Hex | A7 | 85 | CB | 12 | 22 | 0 | 14 | 10D | 28 | 42 |
| Octal | 247 | 205 | 313 | 22 | 42 | 0 | 24 | 415 | 50 | 102 |
| Binary | 10100111 | 10000101 | 11001011 | 10010 | 100010 | 0 | 10100 | 100001101 | 101000 | 1000010 |
Color Harmonies of #A785CB
Complementary color
Monochromatic Colors of #A785CB
Black with #A785CB
Text Example
Text Example
White with #A785CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785CB; }
p { color: rgb(167,133,203); }
H1.HeaderClassName
{
color: #A785CB;
}
.AnyTagClassName
{
color: #A785CB;
}
</style>
background-color css
<style>
a { background-color: #A785CB; }
a { background-color: rgb(167,133,203); }
div.DivClassName
{
background-color: #A785CB;
}
.BgClassName
{
background-color: #A785CB;
}
</style>
border-color css
<style>
span { border-color: #A785CB; }
span { border-color: rgb(167,133,203); }
td.TdClassName
{
border-color: #A785CB;
}
.TagClassName
{
border-color: #A785CB;
}
</style>