Shades of Medium Orchid #AB64C9
Tints of Medium Orchid #AB64C9
RGB
CMYK
RGB Variations
Color information
#AB64C9 (or 0xAB64C9) is known color: Medium Orchid. HEX triplet: AB, 64 and C9. RGB value is (171,100,201). Sum of RGB (Red+Green+Blue) = 171+100+201=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64C9 is #549B36. Grayscale: #848484. Windows color (decimal): -5544759 or 13198507. OLE color: 13198507.
HSL color Cylindrical-coordinate representation of color #AB64C9: hue angle of 282.18º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB64C9 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 100 | 201 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.21 |
| HSL | 282.18º | 0.48% | 0.59% | - |
| HSV(B) | 282.18º | 0.5% | 0.79% | - |
| XYZ | 31.89 | 21.99 | 57.82 | - |
| YUV | 132.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 201 | 0.15 | 0.50 | 0 | 0.21 | 282.18 | 0.48 | 0.59 |
| Hex | AB | 64 | C9 | F | 32 | 0 | 15 | 11A | 30 | 3B |
| Octal | 253 | 144 | 311 | 17 | 62 | 0 | 25 | 432 | 60 | 73 |
| Binary | 10101011 | 1100100 | 11001001 | 1111 | 110010 | 0 | 10101 | 100011010 | 110000 | 111011 |
Color Harmonies of #AB64C9
Complementary color
Monochromatic Colors of #AB64C9
Black with #AB64C9
Text Example
Text Example
White with #AB64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64C9; }
p { color: rgb(171,100,201); }
H1.HeaderClassName
{
color: #AB64C9;
}
.AnyTagClassName
{
color: #AB64C9;
}
</style>
background-color css
<style>
a { background-color: #AB64C9; }
a { background-color: rgb(171,100,201); }
div.DivClassName
{
background-color: #AB64C9;
}
.BgClassName
{
background-color: #AB64C9;
}
</style>
border-color css
<style>
span { border-color: #AB64C9; }
span { border-color: rgb(171,100,201); }
td.TdClassName
{
border-color: #AB64C9;
}
.TagClassName
{
border-color: #AB64C9;
}
</style>