Shades of Dark Orchid #AF3ADE
Tints of Dark Orchid #AF3ADE
RGB
CMYK
RGB Variations
Color information
#AF3ADE (or 0xAF3ADE) is known color: Dark Orchid. HEX triplet: AF, 3A and DE. RGB value is (175,58,222). Sum of RGB (Red+Green+Blue) = 175+58+222=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF3ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ADE is #50C521. Grayscale: #6F6F6F. Windows color (decimal): -5293346 or 14564015. OLE color: 14564015.
HSL color Cylindrical-coordinate representation of color #AF3ADE: hue angle of 282.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3ADE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 58 | 222 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.13 |
| HSL | 282.8º | 0.71% | 0.55% | - |
| HSV(B) | 282.8º | 0.74% | 0.87% | - |
| XYZ | 32.38 | 17.41 | 70.76 | - |
| YUV | 111.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 222 | 0.21 | 0.74 | 0 | 0.13 | 282.8 | 0.71 | 0.55 |
| Hex | AF | 3A | DE | 15 | 4A | 0 | D | 11B | 47 | 37 |
| Octal | 257 | 72 | 336 | 25 | 112 | 0 | 15 | 433 | 107 | 67 |
| Binary | 10101111 | 111010 | 11011110 | 10101 | 1001010 | 0 | 1101 | 100011011 | 1000111 | 110111 |
Color Harmonies of #AF3ADE
Complementary color
Monochromatic Colors of #AF3ADE
Black with #AF3ADE
Text Example
Text Example
White with #AF3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ADE; }
p { color: rgb(175,58,222); }
H1.HeaderClassName
{
color: #AF3ADE;
}
.AnyTagClassName
{
color: #AF3ADE;
}
</style>
background-color css
<style>
a { background-color: #AF3ADE; }
a { background-color: rgb(175,58,222); }
div.DivClassName
{
background-color: #AF3ADE;
}
.BgClassName
{
background-color: #AF3ADE;
}
</style>
border-color css
<style>
span { border-color: #AF3ADE; }
span { border-color: rgb(175,58,222); }
td.TdClassName
{
border-color: #AF3ADE;
}
.TagClassName
{
border-color: #AF3ADE;
}
</style>