Shades of Dark Orchid #AB41C3
Tints of Dark Orchid #AB41C3
RGB
CMYK
RGB Variations
Color information
#AB41C3 (or 0xAB41C3) is known color: Dark Orchid. HEX triplet: AB, 41 and C3. RGB value is (171,65,195). Sum of RGB (Red+Green+Blue) = 171+65+195=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB41C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41C3 is #54BE3C. Grayscale: #6F6F6F. Windows color (decimal): -5553725 or 12796331. OLE color: 12796331.
HSL color Cylindrical-coordinate representation of color #AB41C3: hue angle of 288.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB41C3 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 65 | 195 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.24 |
| HSL | 288.92º | 0.52% | 0.51% | - |
| HSV(B) | 288.92º | 0.67% | 0.76% | - |
| XYZ | 28.54 | 16.38 | 53.29 | - |
| YUV | 111.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 195 | 0.12 | 0.67 | 0 | 0.24 | 288.92 | 0.52 | 0.51 |
| Hex | AB | 41 | C3 | C | 43 | 0 | 18 | 121 | 34 | 33 |
| Octal | 253 | 101 | 303 | 14 | 103 | 0 | 30 | 441 | 64 | 63 |
| Binary | 10101011 | 1000001 | 11000011 | 1100 | 1000011 | 0 | 11000 | 100100001 | 110100 | 110011 |
Color Harmonies of #AB41C3
Complementary color
Monochromatic Colors of #AB41C3
Black with #AB41C3
Text Example
Text Example
White with #AB41C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41C3; }
p { color: rgb(171,65,195); }
H1.HeaderClassName
{
color: #AB41C3;
}
.AnyTagClassName
{
color: #AB41C3;
}
</style>
background-color css
<style>
a { background-color: #AB41C3; }
a { background-color: rgb(171,65,195); }
div.DivClassName
{
background-color: #AB41C3;
}
.BgClassName
{
background-color: #AB41C3;
}
</style>
border-color css
<style>
span { border-color: #AB41C3; }
span { border-color: rgb(171,65,195); }
td.TdClassName
{
border-color: #AB41C3;
}
.TagClassName
{
border-color: #AB41C3;
}
</style>