Shades of Cold Purple #A27ED0
Tints of Cold Purple #A27ED0
RGB
CMYK
RGB Variations
Color information
#A27ED0 (or 0xA27ED0) is known color: Cold Purple. HEX triplet: A2, 7E and D0. RGB value is (162,126,208). Sum of RGB (Red+Green+Blue) = 162+126+208=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A27ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ED0 is #5D812F. Grayscale: #919191. Windows color (decimal): -6127920 or 13663906. OLE color: 13663906.
HSL color Cylindrical-coordinate representation of color #A27ED0: hue angle of 266.34º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27ED0 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 126 | 208 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.18 |
| HSL | 266.34º | 0.47% | 0.65% | - |
| HSV(B) | 266.34º | 0.39% | 0.82% | - |
| XYZ | 33.75 | 27.16 | 63.14 | - |
| YUV | 146.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 208 | 0.22 | 0.39 | 0 | 0.18 | 266.34 | 0.47 | 0.65 |
| Hex | A2 | 7E | D0 | 16 | 27 | 0 | 12 | 10A | 2F | 41 |
| Octal | 242 | 176 | 320 | 26 | 47 | 0 | 22 | 412 | 57 | 101 |
| Binary | 10100010 | 1111110 | 11010000 | 10110 | 100111 | 0 | 10010 | 100001010 | 101111 | 1000001 |
Color Harmonies of #A27ED0
Complementary color
Monochromatic Colors of #A27ED0
Black with #A27ED0
Text Example
Text Example
White with #A27ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ED0; }
p { color: rgb(162,126,208); }
H1.HeaderClassName
{
color: #A27ED0;
}
.AnyTagClassName
{
color: #A27ED0;
}
</style>
background-color css
<style>
a { background-color: #A27ED0; }
a { background-color: rgb(162,126,208); }
div.DivClassName
{
background-color: #A27ED0;
}
.BgClassName
{
background-color: #A27ED0;
}
</style>
border-color css
<style>
span { border-color: #A27ED0; }
span { border-color: rgb(162,126,208); }
td.TdClassName
{
border-color: #A27ED0;
}
.TagClassName
{
border-color: #A27ED0;
}
</style>