Shades of Dark Orchid #AF28DE
Tints of Dark Orchid #AF28DE
RGB
CMYK
RGB Variations
Color information
#AF28DE (or 0xAF28DE) is known color: Dark Orchid. HEX triplet: AF, 28 and DE. RGB value is (175,40,222). Sum of RGB (Red+Green+Blue) = 175+40+222=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF28DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28DE is #50D721. Grayscale: #646464. Windows color (decimal): -5297954 or 14559407. OLE color: 14559407.
HSL color Cylindrical-coordinate representation of color #AF28DE: hue angle of 284.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF28DE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 40 | 222 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.13 |
| HSL | 284.51º | 0.73% | 0.51% | - |
| HSV(B) | 284.51º | 0.82% | 0.87% | - |
| XYZ | 31.62 | 15.91 | 70.51 | - |
| YUV | 101.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 222 | 0.21 | 0.82 | 0 | 0.13 | 284.51 | 0.73 | 0.51 |
| Hex | AF | 28 | DE | 15 | 52 | 0 | D | 11D | 49 | 33 |
| Octal | 257 | 50 | 336 | 25 | 122 | 0 | 15 | 435 | 111 | 63 |
| Binary | 10101111 | 101000 | 11011110 | 10101 | 1010010 | 0 | 1101 | 100011101 | 1001001 | 110011 |
Color Harmonies of #AF28DE
Complementary color
Monochromatic Colors of #AF28DE
Black with #AF28DE
Text Example
Text Example
White with #AF28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28DE; }
p { color: rgb(175,40,222); }
H1.HeaderClassName
{
color: #AF28DE;
}
.AnyTagClassName
{
color: #AF28DE;
}
</style>
background-color css
<style>
a { background-color: #AF28DE; }
a { background-color: rgb(175,40,222); }
div.DivClassName
{
background-color: #AF28DE;
}
.BgClassName
{
background-color: #AF28DE;
}
</style>
border-color css
<style>
span { border-color: #AF28DE; }
span { border-color: rgb(175,40,222); }
td.TdClassName
{
border-color: #AF28DE;
}
.TagClassName
{
border-color: #AF28DE;
}
</style>