Shades of Dark Orchid #AF28DC
Tints of Dark Orchid #AF28DC
RGB
CMYK
RGB Variations
Color information
#AF28DC (or 0xAF28DC) is known color: Dark Orchid. HEX triplet: AF, 28 and DC. RGB value is (175,40,220). Sum of RGB (Red+Green+Blue) = 175+40+220=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF28DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28DC is #50D723. Grayscale: #646464. Windows color (decimal): -5297956 or 14428335. OLE color: 14428335.
HSL color Cylindrical-coordinate representation of color #AF28DC: hue angle of 285º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF28DC is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 40 | 220 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.14 |
| HSL | 285º | 0.72% | 0.51% | - |
| HSV(B) | 285º | 0.82% | 0.86% | - |
| XYZ | 31.36 | 15.8 | 69.11 | - |
| YUV | 100.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 220 | 0.20 | 0.82 | 0 | 0.14 | 285 | 0.72 | 0.51 |
| Hex | AF | 28 | DC | 14 | 52 | 0 | E | 11D | 48 | 33 |
| Octal | 257 | 50 | 334 | 24 | 122 | 0 | 16 | 435 | 110 | 63 |
| Binary | 10101111 | 101000 | 11011100 | 10100 | 1010010 | 0 | 1110 | 100011101 | 1001000 | 110011 |
Color Harmonies of #AF28DC
Complementary color
Monochromatic Colors of #AF28DC
Black with #AF28DC
Text Example
Text Example
White with #AF28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28DC; }
p { color: rgb(175,40,220); }
H1.HeaderClassName
{
color: #AF28DC;
}
.AnyTagClassName
{
color: #AF28DC;
}
</style>
background-color css
<style>
a { background-color: #AF28DC; }
a { background-color: rgb(175,40,220); }
div.DivClassName
{
background-color: #AF28DC;
}
.BgClassName
{
background-color: #AF28DC;
}
</style>
border-color css
<style>
span { border-color: #AF28DC; }
span { border-color: rgb(175,40,220); }
td.TdClassName
{
border-color: #AF28DC;
}
.TagClassName
{
border-color: #AF28DC;
}
</style>