Shades of Dark Orchid #AF1DCB
Tints of Dark Orchid #AF1DCB
RGB
CMYK
RGB Variations
Color information
#AF1DCB (or 0xAF1DCB) is known color: Dark Orchid. HEX triplet: AF, 1D and CB. RGB value is (175,29,203). Sum of RGB (Red+Green+Blue) = 175+29+203=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DCB is #50E234. Grayscale: #5B5B5B. Windows color (decimal): -5300789 or 13311407. OLE color: 13311407.
HSL color Cylindrical-coordinate representation of color #AF1DCB: hue angle of 290.34º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1DCB is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 29 | 203 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.20 |
| HSL | 290.34º | 0.75% | 0.45% | - |
| HSV(B) | 290.34º | 0.86% | 0.8% | - |
| XYZ | 28.9 | 14.3 | 57.74 | - |
| YUV | 92.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 203 | 0.14 | 0.86 | 0 | 0.20 | 290.34 | 0.75 | 0.45 |
| Hex | AF | 1D | CB | E | 56 | 0 | 14 | 122 | 4B | 2D |
| Octal | 257 | 35 | 313 | 16 | 126 | 0 | 24 | 442 | 113 | 55 |
| Binary | 10101111 | 11101 | 11001011 | 1110 | 1010110 | 0 | 10100 | 100100010 | 1001011 | 101101 |
Color Harmonies of #AF1DCB
Complementary color
Monochromatic Colors of #AF1DCB
Black with #AF1DCB
Text Example
Text Example
White with #AF1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DCB; }
p { color: rgb(175,29,203); }
H1.HeaderClassName
{
color: #AF1DCB;
}
.AnyTagClassName
{
color: #AF1DCB;
}
</style>
background-color css
<style>
a { background-color: #AF1DCB; }
a { background-color: rgb(175,29,203); }
div.DivClassName
{
background-color: #AF1DCB;
}
.BgClassName
{
background-color: #AF1DCB;
}
</style>
border-color css
<style>
span { border-color: #AF1DCB; }
span { border-color: rgb(175,29,203); }
td.TdClassName
{
border-color: #AF1DCB;
}
.TagClassName
{
border-color: #AF1DCB;
}
</style>