Shades of Cold Purple #A27FC8
Tints of Cold Purple #A27FC8
RGB
CMYK
RGB Variations
Color information
#A27FC8 (or 0xA27FC8) is known color: Cold Purple. HEX triplet: A2, 7F and C8. RGB value is (162,127,200). Sum of RGB (Red+Green+Blue) = 162+127+200=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #A27FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FC8 is #5D8037. Grayscale: #919191. Windows color (decimal): -6127672 or 13139874. OLE color: 13139874.
HSL color Cylindrical-coordinate representation of color #A27FC8: hue angle of 268.77º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27FC8 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 127 | 200 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.22 |
| HSL | 268.77º | 0.4% | 0.64% | - |
| HSV(B) | 268.77º | 0.37% | 0.78% | - |
| XYZ | 32.91 | 27.03 | 58.13 | - |
| YUV | 145.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 200 | 0.19 | 0.36 | 0 | 0.22 | 268.77 | 0.4 | 0.64 |
| Hex | A2 | 7F | C8 | 13 | 24 | 0 | 16 | 10D | 28 | 40 |
| Octal | 242 | 177 | 310 | 23 | 44 | 0 | 26 | 415 | 50 | 100 |
| Binary | 10100010 | 1111111 | 11001000 | 10011 | 100100 | 0 | 10110 | 100001101 | 101000 | 1000000 |
Color Harmonies of #A27FC8
Complementary color
Monochromatic Colors of #A27FC8
Black with #A27FC8
Text Example
Text Example
White with #A27FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FC8; }
p { color: rgb(162,127,200); }
H1.HeaderClassName
{
color: #A27FC8;
}
.AnyTagClassName
{
color: #A27FC8;
}
</style>
background-color css
<style>
a { background-color: #A27FC8; }
a { background-color: rgb(162,127,200); }
div.DivClassName
{
background-color: #A27FC8;
}
.BgClassName
{
background-color: #A27FC8;
}
</style>
border-color css
<style>
span { border-color: #A27FC8; }
span { border-color: rgb(162,127,200); }
td.TdClassName
{
border-color: #A27FC8;
}
.TagClassName
{
border-color: #A27FC8;
}
</style>