Shades of Medium Orchid #AB60DA
Tints of Medium Orchid #AB60DA
RGB
CMYK
RGB Variations
Color information
#AB60DA (or 0xAB60DA) is known color: Medium Orchid. HEX triplet: AB, 60 and DA. RGB value is (171,96,218). Sum of RGB (Red+Green+Blue) = 171+96+218=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60DA is #549F25. Grayscale: #838383. Windows color (decimal): -5545766 or 14311595. OLE color: 14311595.
HSL color Cylindrical-coordinate representation of color #AB60DA: hue angle of 276.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB60DA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 96 | 218 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.15 |
| HSL | 276.89º | 0.62% | 0.62% | - |
| HSV(B) | 276.89º | 0.56% | 0.85% | - |
| XYZ | 33.63 | 22.09 | 68.82 | - |
| YUV | 132.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 218 | 0.22 | 0.56 | 0 | 0.15 | 276.89 | 0.62 | 0.62 |
| Hex | AB | 60 | DA | 16 | 38 | 0 | F | 115 | 3E | 3E |
| Octal | 253 | 140 | 332 | 26 | 70 | 0 | 17 | 425 | 76 | 76 |
| Binary | 10101011 | 1100000 | 11011010 | 10110 | 111000 | 0 | 1111 | 100010101 | 111110 | 111110 |
Color Harmonies of #AB60DA
Complementary color
Monochromatic Colors of #AB60DA
Black with #AB60DA
Text Example
Text Example
White with #AB60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60DA; }
p { color: rgb(171,96,218); }
H1.HeaderClassName
{
color: #AB60DA;
}
.AnyTagClassName
{
color: #AB60DA;
}
</style>
background-color css
<style>
a { background-color: #AB60DA; }
a { background-color: rgb(171,96,218); }
div.DivClassName
{
background-color: #AB60DA;
}
.BgClassName
{
background-color: #AB60DA;
}
</style>
border-color css
<style>
span { border-color: #AB60DA; }
span { border-color: rgb(171,96,218); }
td.TdClassName
{
border-color: #AB60DA;
}
.TagClassName
{
border-color: #AB60DA;
}
</style>