Shades of Dark Orchid #AF3AD0
Tints of Dark Orchid #AF3AD0
RGB
CMYK
RGB Variations
Color information
#AF3AD0 (or 0xAF3AD0) is known color: Dark Orchid. HEX triplet: AF, 3A and D0. RGB value is (175,58,208). Sum of RGB (Red+Green+Blue) = 175+58+208=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF3AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AD0 is #50C52F. Grayscale: #6D6D6D. Windows color (decimal): -5293360 or 13646511. OLE color: 13646511.
HSL color Cylindrical-coordinate representation of color #AF3AD0: hue angle of 286.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3AD0 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 58 | 208 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.18 |
| HSL | 286.8º | 0.61% | 0.52% | - |
| HSV(B) | 286.8º | 0.72% | 0.82% | - |
| XYZ | 30.58 | 16.69 | 61.29 | - |
| YUV | 110.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 208 | 0.16 | 0.72 | 0 | 0.18 | 286.8 | 0.61 | 0.52 |
| Hex | AF | 3A | D0 | 10 | 48 | 0 | 12 | 11F | 3D | 34 |
| Octal | 257 | 72 | 320 | 20 | 110 | 0 | 22 | 437 | 75 | 64 |
| Binary | 10101111 | 111010 | 11010000 | 10000 | 1001000 | 0 | 10010 | 100011111 | 111101 | 110100 |
Color Harmonies of #AF3AD0
Complementary color
Monochromatic Colors of #AF3AD0
Black with #AF3AD0
Text Example
Text Example
White with #AF3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AD0; }
p { color: rgb(175,58,208); }
H1.HeaderClassName
{
color: #AF3AD0;
}
.AnyTagClassName
{
color: #AF3AD0;
}
</style>
background-color css
<style>
a { background-color: #AF3AD0; }
a { background-color: rgb(175,58,208); }
div.DivClassName
{
background-color: #AF3AD0;
}
.BgClassName
{
background-color: #AF3AD0;
}
</style>
border-color css
<style>
span { border-color: #AF3AD0; }
span { border-color: rgb(175,58,208); }
td.TdClassName
{
border-color: #AF3AD0;
}
.TagClassName
{
border-color: #AF3AD0;
}
</style>