Shades of Cold Purple #A783CE
Tints of Cold Purple #A783CE
RGB
CMYK
RGB Variations
Color information
#A783CE (or 0xA783CE) is known color: Cold Purple. HEX triplet: A7, 83 and CE. RGB value is (167,131,206). Sum of RGB (Red+Green+Blue) = 167+131+206=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A783CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A783CE is #587C31. Grayscale: #969696. Windows color (decimal): -5798962 or 13534119. OLE color: 13534119.
HSL color Cylindrical-coordinate representation of color #A783CE: hue angle of 268.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A783CE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 131 | 206 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.19 |
| HSL | 268.8º | 0.43% | 0.66% | - |
| HSV(B) | 268.8º | 0.36% | 0.81% | - |
| XYZ | 35.19 | 28.9 | 62.12 | - |
| YUV | 150.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 206 | 0.19 | 0.36 | 0 | 0.19 | 268.8 | 0.43 | 0.66 |
| Hex | A7 | 83 | CE | 13 | 24 | 0 | 13 | 10D | 2B | 42 |
| Octal | 247 | 203 | 316 | 23 | 44 | 0 | 23 | 415 | 53 | 102 |
| Binary | 10100111 | 10000011 | 11001110 | 10011 | 100100 | 0 | 10011 | 100001101 | 101011 | 1000010 |
Color Harmonies of #A783CE
Complementary color
Monochromatic Colors of #A783CE
Black with #A783CE
Text Example
Text Example
White with #A783CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A783CE; }
p { color: rgb(167,131,206); }
H1.HeaderClassName
{
color: #A783CE;
}
.AnyTagClassName
{
color: #A783CE;
}
</style>
background-color css
<style>
a { background-color: #A783CE; }
a { background-color: rgb(167,131,206); }
div.DivClassName
{
background-color: #A783CE;
}
.BgClassName
{
background-color: #A783CE;
}
</style>
border-color css
<style>
span { border-color: #A783CE; }
span { border-color: rgb(167,131,206); }
td.TdClassName
{
border-color: #A783CE;
}
.TagClassName
{
border-color: #A783CE;
}
</style>