Shades of Dark Orchid #AB3CCF
Tints of Dark Orchid #AB3CCF
RGB
CMYK
RGB Variations
Color information
#AB3CCF (or 0xAB3CCF) is known color: Dark Orchid. HEX triplet: AB, 3C and CF. RGB value is (171,60,207). Sum of RGB (Red+Green+Blue) = 171+60+207=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CCF is #54C330. Grayscale: #6D6D6D. Windows color (decimal): -5554993 or 13581483. OLE color: 13581483.
HSL color Cylindrical-coordinate representation of color #AB3CCF: hue angle of 285.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3CCF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 60 | 207 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.19 |
| HSL | 285.31º | 0.6% | 0.52% | - |
| HSV(B) | 285.31º | 0.71% | 0.81% | - |
| XYZ | 29.67 | 16.39 | 60.63 | - |
| YUV | 109.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 207 | 0.17 | 0.71 | 0 | 0.19 | 285.31 | 0.6 | 0.52 |
| Hex | AB | 3C | CF | 11 | 47 | 0 | 13 | 11D | 3C | 34 |
| Octal | 253 | 74 | 317 | 21 | 107 | 0 | 23 | 435 | 74 | 64 |
| Binary | 10101011 | 111100 | 11001111 | 10001 | 1000111 | 0 | 10011 | 100011101 | 111100 | 110100 |
Color Harmonies of #AB3CCF
Complementary color
Monochromatic Colors of #AB3CCF
Black with #AB3CCF
Text Example
Text Example
White with #AB3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CCF; }
p { color: rgb(171,60,207); }
H1.HeaderClassName
{
color: #AB3CCF;
}
.AnyTagClassName
{
color: #AB3CCF;
}
</style>
background-color css
<style>
a { background-color: #AB3CCF; }
a { background-color: rgb(171,60,207); }
div.DivClassName
{
background-color: #AB3CCF;
}
.BgClassName
{
background-color: #AB3CCF;
}
</style>
border-color css
<style>
span { border-color: #AB3CCF; }
span { border-color: rgb(171,60,207); }
td.TdClassName
{
border-color: #AB3CCF;
}
.TagClassName
{
border-color: #AB3CCF;
}
</style>