Shades of Dark Orchid #AB38CF
Tints of Dark Orchid #AB38CF
RGB
CMYK
RGB Variations
Color information
#AB38CF (or 0xAB38CF) is known color: Dark Orchid. HEX triplet: AB, 38 and CF. RGB value is (171,56,207). Sum of RGB (Red+Green+Blue) = 171+56+207=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38CF is #54C730. Grayscale: #6B6B6B. Windows color (decimal): -5556017 or 13580459. OLE color: 13580459.
HSL color Cylindrical-coordinate representation of color #AB38CF: hue angle of 285.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB38CF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 56 | 207 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.19 |
| HSL | 285.7º | 0.61% | 0.52% | - |
| HSV(B) | 285.7º | 0.73% | 0.81% | - |
| XYZ | 29.47 | 15.99 | 60.56 | - |
| YUV | 107.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 207 | 0.17 | 0.73 | 0 | 0.19 | 285.7 | 0.61 | 0.52 |
| Hex | AB | 38 | CF | 11 | 49 | 0 | 13 | 11E | 3D | 34 |
| Octal | 253 | 70 | 317 | 21 | 111 | 0 | 23 | 436 | 75 | 64 |
| Binary | 10101011 | 111000 | 11001111 | 10001 | 1001001 | 0 | 10011 | 100011110 | 111101 | 110100 |
Color Harmonies of #AB38CF
Complementary color
Monochromatic Colors of #AB38CF
Black with #AB38CF
Text Example
Text Example
White with #AB38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB38CF; }
p { color: rgb(171,56,207); }
H1.HeaderClassName
{
color: #AB38CF;
}
.AnyTagClassName
{
color: #AB38CF;
}
</style>
background-color css
<style>
a { background-color: #AB38CF; }
a { background-color: rgb(171,56,207); }
div.DivClassName
{
background-color: #AB38CF;
}
.BgClassName
{
background-color: #AB38CF;
}
</style>
border-color css
<style>
span { border-color: #AB38CF; }
span { border-color: rgb(171,56,207); }
td.TdClassName
{
border-color: #AB38CF;
}
.TagClassName
{
border-color: #AB38CF;
}
</style>