Shades of Dark Orchid #AF2EDB
Tints of Dark Orchid #AF2EDB
RGB
CMYK
RGB Variations
Color information
#AF2EDB (or 0xAF2EDB) is known color: Dark Orchid. HEX triplet: AF, 2E and DB. RGB value is (175,46,219). Sum of RGB (Red+Green+Blue) = 175+46+219=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EDB is #50D124. Grayscale: #676767. Windows color (decimal): -5296421 or 14364335. OLE color: 14364335.
HSL color Cylindrical-coordinate representation of color #AF2EDB: hue angle of 284.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2EDB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 46 | 219 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.14 |
| HSL | 284.74º | 0.71% | 0.52% | - |
| HSV(B) | 284.74º | 0.79% | 0.86% | - |
| XYZ | 31.44 | 16.18 | 68.48 | - |
| YUV | 104.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 219 | 0.20 | 0.79 | 0 | 0.14 | 284.74 | 0.71 | 0.52 |
| Hex | AF | 2E | DB | 14 | 4F | 0 | E | 11D | 47 | 34 |
| Octal | 257 | 56 | 333 | 24 | 117 | 0 | 16 | 435 | 107 | 64 |
| Binary | 10101111 | 101110 | 11011011 | 10100 | 1001111 | 0 | 1110 | 100011101 | 1000111 | 110100 |
Color Harmonies of #AF2EDB
Complementary color
Monochromatic Colors of #AF2EDB
Black with #AF2EDB
Text Example
Text Example
White with #AF2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EDB; }
p { color: rgb(175,46,219); }
H1.HeaderClassName
{
color: #AF2EDB;
}
.AnyTagClassName
{
color: #AF2EDB;
}
</style>
background-color css
<style>
a { background-color: #AF2EDB; }
a { background-color: rgb(175,46,219); }
div.DivClassName
{
background-color: #AF2EDB;
}
.BgClassName
{
background-color: #AF2EDB;
}
</style>
border-color css
<style>
span { border-color: #AF2EDB; }
span { border-color: rgb(175,46,219); }
td.TdClassName
{
border-color: #AF2EDB;
}
.TagClassName
{
border-color: #AF2EDB;
}
</style>