Shades of Dark Orchid #AF3BDC
Tints of Dark Orchid #AF3BDC
RGB
CMYK
RGB Variations
Color information
#AF3BDC (or 0xAF3BDC) is known color: Dark Orchid. HEX triplet: AF, 3B and DC. RGB value is (175,59,220). Sum of RGB (Red+Green+Blue) = 175+59+220=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BDC is #50C423. Grayscale: #6F6F6F. Windows color (decimal): -5293092 or 14433199. OLE color: 14433199.
HSL color Cylindrical-coordinate representation of color #AF3BDC: hue angle of 283.23º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3BDC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 59 | 220 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.14 |
| HSL | 283.23º | 0.7% | 0.55% | - |
| HSV(B) | 283.23º | 0.73% | 0.86% | - |
| XYZ | 32.16 | 17.41 | 69.38 | - |
| YUV | 112.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 220 | 0.20 | 0.73 | 0 | 0.14 | 283.23 | 0.7 | 0.55 |
| Hex | AF | 3B | DC | 14 | 49 | 0 | E | 11B | 46 | 37 |
| Octal | 257 | 73 | 334 | 24 | 111 | 0 | 16 | 433 | 106 | 67 |
| Binary | 10101111 | 111011 | 11011100 | 10100 | 1001001 | 0 | 1110 | 100011011 | 1000110 | 110111 |
Color Harmonies of #AF3BDC
Complementary color
Monochromatic Colors of #AF3BDC
Black with #AF3BDC
Text Example
Text Example
White with #AF3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BDC; }
p { color: rgb(175,59,220); }
H1.HeaderClassName
{
color: #AF3BDC;
}
.AnyTagClassName
{
color: #AF3BDC;
}
</style>
background-color css
<style>
a { background-color: #AF3BDC; }
a { background-color: rgb(175,59,220); }
div.DivClassName
{
background-color: #AF3BDC;
}
.BgClassName
{
background-color: #AF3BDC;
}
</style>
border-color css
<style>
span { border-color: #AF3BDC; }
span { border-color: rgb(175,59,220); }
td.TdClassName
{
border-color: #AF3BDC;
}
.TagClassName
{
border-color: #AF3BDC;
}
</style>