Shades of Dark Orchid #AF2DCB
Tints of Dark Orchid #AF2DCB
RGB
CMYK
RGB Variations
Color information
#AF2DCB (or 0xAF2DCB) is known color: Dark Orchid. HEX triplet: AF, 2D and CB. RGB value is (175,45,203). Sum of RGB (Red+Green+Blue) = 175+45+203=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DCB is #50D234. Grayscale: #656565. Windows color (decimal): -5296693 or 13315503. OLE color: 13315503.
HSL color Cylindrical-coordinate representation of color #AF2DCB: hue angle of 289.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DCB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 45 | 203 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.20 |
| HSL | 289.37º | 0.64% | 0.49% | - |
| HSV(B) | 289.37º | 0.78% | 0.8% | - |
| XYZ | 29.4 | 15.3 | 57.9 | - |
| YUV | 101.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 203 | 0.14 | 0.78 | 0 | 0.20 | 289.37 | 0.64 | 0.49 |
| Hex | AF | 2D | CB | E | 4E | 0 | 14 | 121 | 40 | 31 |
| Octal | 257 | 55 | 313 | 16 | 116 | 0 | 24 | 441 | 100 | 61 |
| Binary | 10101111 | 101101 | 11001011 | 1110 | 1001110 | 0 | 10100 | 100100001 | 1000000 | 110001 |
Color Harmonies of #AF2DCB
Complementary color
Monochromatic Colors of #AF2DCB
Black with #AF2DCB
Text Example
Text Example
White with #AF2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DCB; }
p { color: rgb(175,45,203); }
H1.HeaderClassName
{
color: #AF2DCB;
}
.AnyTagClassName
{
color: #AF2DCB;
}
</style>
background-color css
<style>
a { background-color: #AF2DCB; }
a { background-color: rgb(175,45,203); }
div.DivClassName
{
background-color: #AF2DCB;
}
.BgClassName
{
background-color: #AF2DCB;
}
</style>
border-color css
<style>
span { border-color: #AF2DCB; }
span { border-color: rgb(175,45,203); }
td.TdClassName
{
border-color: #AF2DCB;
}
.TagClassName
{
border-color: #AF2DCB;
}
</style>