Shades of Cold Purple #A27FCF
Tints of Cold Purple #A27FCF
RGB
CMYK
RGB Variations
Color information
#A27FCF (or 0xA27FCF) is known color: Cold Purple. HEX triplet: A2, 7F and CF. RGB value is (162,127,207). Sum of RGB (Red+Green+Blue) = 162+127+207=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A27FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCF is #5D8030. Grayscale: #929292. Windows color (decimal): -6127665 or 13598626. OLE color: 13598626.
HSL color Cylindrical-coordinate representation of color #A27FCF: hue angle of 266.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27FCF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 127 | 207 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.19 |
| HSL | 266.25º | 0.45% | 0.65% | - |
| HSV(B) | 266.25º | 0.39% | 0.81% | - |
| XYZ | 33.75 | 27.37 | 62.53 | - |
| YUV | 146.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 207 | 0.22 | 0.39 | 0 | 0.19 | 266.25 | 0.45 | 0.65 |
| Hex | A2 | 7F | CF | 16 | 27 | 0 | 13 | 10A | 2D | 41 |
| Octal | 242 | 177 | 317 | 26 | 47 | 0 | 23 | 412 | 55 | 101 |
| Binary | 10100010 | 1111111 | 11001111 | 10110 | 100111 | 0 | 10011 | 100001010 | 101101 | 1000001 |
Color Harmonies of #A27FCF
Complementary color
Monochromatic Colors of #A27FCF
Black with #A27FCF
Text Example
Text Example
White with #A27FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FCF; }
p { color: rgb(162,127,207); }
H1.HeaderClassName
{
color: #A27FCF;
}
.AnyTagClassName
{
color: #A27FCF;
}
</style>
background-color css
<style>
a { background-color: #A27FCF; }
a { background-color: rgb(162,127,207); }
div.DivClassName
{
background-color: #A27FCF;
}
.BgClassName
{
background-color: #A27FCF;
}
</style>
border-color css
<style>
span { border-color: #A27FCF; }
span { border-color: rgb(162,127,207); }
td.TdClassName
{
border-color: #A27FCF;
}
.TagClassName
{
border-color: #A27FCF;
}
</style>