Shades of Dark Orchid #AF3BDD
Tints of Dark Orchid #AF3BDD
RGB
CMYK
RGB Variations
Color information
#AF3BDD (or 0xAF3BDD) is known color: Dark Orchid. HEX triplet: AF, 3B and DD. RGB value is (175,59,221). Sum of RGB (Red+Green+Blue) = 175+59+221=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF3BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BDD is #50C422. Grayscale: #6F6F6F. Windows color (decimal): -5293091 or 14498735. OLE color: 14498735.
HSL color Cylindrical-coordinate representation of color #AF3BDD: hue angle of 282.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3BDD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 59 | 221 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.13 |
| HSL | 282.96º | 0.7% | 0.55% | - |
| HSV(B) | 282.96º | 0.73% | 0.87% | - |
| XYZ | 32.29 | 17.46 | 70.08 | - |
| YUV | 112.15 | 189.43 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 221 | 0.21 | 0.73 | 0 | 0.13 | 282.96 | 0.7 | 0.55 |
| Hex | AF | 3B | DD | 15 | 49 | 0 | D | 11B | 46 | 37 |
| Octal | 257 | 73 | 335 | 25 | 111 | 0 | 15 | 433 | 106 | 67 |
| Binary | 10101111 | 111011 | 11011101 | 10101 | 1001001 | 0 | 1101 | 100011011 | 1000110 | 110111 |
Color Harmonies of #AF3BDD
Complementary color
Monochromatic Colors of #AF3BDD
Black with #AF3BDD
Text Example
Text Example
White with #AF3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BDD; }
p { color: rgb(175,59,221); }
H1.HeaderClassName
{
color: #AF3BDD;
}
.AnyTagClassName
{
color: #AF3BDD;
}
</style>
background-color css
<style>
a { background-color: #AF3BDD; }
a { background-color: rgb(175,59,221); }
div.DivClassName
{
background-color: #AF3BDD;
}
.BgClassName
{
background-color: #AF3BDD;
}
</style>
border-color css
<style>
span { border-color: #AF3BDD; }
span { border-color: rgb(175,59,221); }
td.TdClassName
{
border-color: #AF3BDD;
}
.TagClassName
{
border-color: #AF3BDD;
}
</style>