Shades of Dark Orchid #AB3DDA
Tints of Dark Orchid #AB3DDA
RGB
CMYK
RGB Variations
Color information
#AB3DDA (or 0xAB3DDA) is known color: Dark Orchid. HEX triplet: AB, 3D and DA. RGB value is (171,61,218). Sum of RGB (Red+Green+Blue) = 171+61+218=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DDA is #54C225. Grayscale: #6F6F6F. Windows color (decimal): -5554726 or 14302635. OLE color: 14302635.
HSL color Cylindrical-coordinate representation of color #AB3DDA: hue angle of 282.04º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3DDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 61 | 218 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.15 |
| HSL | 282.04º | 0.68% | 0.55% | - |
| HSV(B) | 282.04º | 0.72% | 0.85% | - |
| XYZ | 31.12 | 17.06 | 67.98 | - |
| YUV | 111.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 218 | 0.22 | 0.72 | 0 | 0.15 | 282.04 | 0.68 | 0.55 |
| Hex | AB | 3D | DA | 16 | 48 | 0 | F | 11A | 44 | 37 |
| Octal | 253 | 75 | 332 | 26 | 110 | 0 | 17 | 432 | 104 | 67 |
| Binary | 10101011 | 111101 | 11011010 | 10110 | 1001000 | 0 | 1111 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AB3DDA
Complementary color
Monochromatic Colors of #AB3DDA
Black with #AB3DDA
Text Example
Text Example
White with #AB3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3DDA; }
p { color: rgb(171,61,218); }
H1.HeaderClassName
{
color: #AB3DDA;
}
.AnyTagClassName
{
color: #AB3DDA;
}
</style>
background-color css
<style>
a { background-color: #AB3DDA; }
a { background-color: rgb(171,61,218); }
div.DivClassName
{
background-color: #AB3DDA;
}
.BgClassName
{
background-color: #AB3DDA;
}
</style>
border-color css
<style>
span { border-color: #AB3DDA; }
span { border-color: rgb(171,61,218); }
td.TdClassName
{
border-color: #AB3DDA;
}
.TagClassName
{
border-color: #AB3DDA;
}
</style>