Shades of Dark Orchid #AF2EDA
Tints of Dark Orchid #AF2EDA
RGB
CMYK
RGB Variations
Color information
#AF2EDA (or 0xAF2EDA) is known color: Dark Orchid. HEX triplet: AF, 2E and DA. RGB value is (175,46,218). Sum of RGB (Red+Green+Blue) = 175+46+218=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF2EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EDA is #50D125. Grayscale: #676767. Windows color (decimal): -5296422 or 14298799. OLE color: 14298799.
HSL color Cylindrical-coordinate representation of color #AF2EDA: hue angle of 285º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2EDA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 46 | 218 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.15 |
| HSL | 285º | 0.7% | 0.52% | - |
| HSV(B) | 285º | 0.79% | 0.85% | - |
| XYZ | 31.31 | 16.13 | 67.79 | - |
| YUV | 104.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 218 | 0.20 | 0.79 | 0 | 0.15 | 285 | 0.7 | 0.52 |
| Hex | AF | 2E | DA | 14 | 4F | 0 | F | 11D | 46 | 34 |
| Octal | 257 | 56 | 332 | 24 | 117 | 0 | 17 | 435 | 106 | 64 |
| Binary | 10101111 | 101110 | 11011010 | 10100 | 1001111 | 0 | 1111 | 100011101 | 1000110 | 110100 |
Color Harmonies of #AF2EDA
Complementary color
Monochromatic Colors of #AF2EDA
Black with #AF2EDA
Text Example
Text Example
White with #AF2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EDA; }
p { color: rgb(175,46,218); }
H1.HeaderClassName
{
color: #AF2EDA;
}
.AnyTagClassName
{
color: #AF2EDA;
}
</style>
background-color css
<style>
a { background-color: #AF2EDA; }
a { background-color: rgb(175,46,218); }
div.DivClassName
{
background-color: #AF2EDA;
}
.BgClassName
{
background-color: #AF2EDA;
}
</style>
border-color css
<style>
span { border-color: #AF2EDA; }
span { border-color: rgb(175,46,218); }
td.TdClassName
{
border-color: #AF2EDA;
}
.TagClassName
{
border-color: #AF2EDA;
}
</style>