Shades of Medium Orchid #AB5CCF
Tints of Medium Orchid #AB5CCF
RGB
CMYK
RGB Variations
Color information
#AB5CCF (or 0xAB5CCF) is known color: Medium Orchid. HEX triplet: AB, 5C and CF. RGB value is (171,92,207). Sum of RGB (Red+Green+Blue) = 171+92+207=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CCF is #54A330. Grayscale: #808080. Windows color (decimal): -5546801 or 13589675. OLE color: 13589675.
HSL color Cylindrical-coordinate representation of color #AB5CCF: hue angle of 281.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5CCF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 92 | 207 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.19 |
| HSL | 281.22º | 0.55% | 0.59% | - |
| HSV(B) | 281.22º | 0.56% | 0.81% | - |
| XYZ | 31.88 | 20.82 | 61.37 | - |
| YUV | 128.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 207 | 0.17 | 0.56 | 0 | 0.19 | 281.22 | 0.55 | 0.59 |
| Hex | AB | 5C | CF | 11 | 38 | 0 | 13 | 119 | 37 | 3B |
| Octal | 253 | 134 | 317 | 21 | 70 | 0 | 23 | 431 | 67 | 73 |
| Binary | 10101011 | 1011100 | 11001111 | 10001 | 111000 | 0 | 10011 | 100011001 | 110111 | 111011 |
Color Harmonies of #AB5CCF
Complementary color
Monochromatic Colors of #AB5CCF
Black with #AB5CCF
Text Example
Text Example
White with #AB5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CCF; }
p { color: rgb(171,92,207); }
H1.HeaderClassName
{
color: #AB5CCF;
}
.AnyTagClassName
{
color: #AB5CCF;
}
</style>
background-color css
<style>
a { background-color: #AB5CCF; }
a { background-color: rgb(171,92,207); }
div.DivClassName
{
background-color: #AB5CCF;
}
.BgClassName
{
background-color: #AB5CCF;
}
</style>
border-color css
<style>
span { border-color: #AB5CCF; }
span { border-color: rgb(171,92,207); }
td.TdClassName
{
border-color: #AB5CCF;
}
.TagClassName
{
border-color: #AB5CCF;
}
</style>