Shades of Dark Orchid #AF26DC
Tints of Dark Orchid #AF26DC
RGB
CMYK
RGB Variations
Color information
#AF26DC (or 0xAF26DC) is known color: Dark Orchid. HEX triplet: AF, 26 and DC. RGB value is (175,38,220). Sum of RGB (Red+Green+Blue) = 175+38+220=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF26DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26DC is #50D923. Grayscale: #636363. Windows color (decimal): -5298468 or 14427823. OLE color: 14427823.
HSL color Cylindrical-coordinate representation of color #AF26DC: hue angle of 285.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF26DC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 38 | 220 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.14 |
| HSL | 285.16º | 0.72% | 0.51% | - |
| HSV(B) | 285.16º | 0.83% | 0.86% | - |
| XYZ | 31.29 | 15.67 | 69.09 | - |
| YUV | 99.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 220 | 0.20 | 0.83 | 0 | 0.14 | 285.16 | 0.72 | 0.51 |
| Hex | AF | 26 | DC | 14 | 53 | 0 | E | 11D | 48 | 33 |
| Octal | 257 | 46 | 334 | 24 | 123 | 0 | 16 | 435 | 110 | 63 |
| Binary | 10101111 | 100110 | 11011100 | 10100 | 1010011 | 0 | 1110 | 100011101 | 1001000 | 110011 |
Color Harmonies of #AF26DC
Complementary color
Monochromatic Colors of #AF26DC
Black with #AF26DC
Text Example
Text Example
White with #AF26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26DC; }
p { color: rgb(175,38,220); }
H1.HeaderClassName
{
color: #AF26DC;
}
.AnyTagClassName
{
color: #AF26DC;
}
</style>
background-color css
<style>
a { background-color: #AF26DC; }
a { background-color: rgb(175,38,220); }
div.DivClassName
{
background-color: #AF26DC;
}
.BgClassName
{
background-color: #AF26DC;
}
</style>
border-color css
<style>
span { border-color: #AF26DC; }
span { border-color: rgb(175,38,220); }
td.TdClassName
{
border-color: #AF26DC;
}
.TagClassName
{
border-color: #AF26DC;
}
</style>