Shades of Dark Orchid #AF23DC
Tints of Dark Orchid #AF23DC
RGB
CMYK
RGB Variations
Color information
#AF23DC (or 0xAF23DC) is known color: Dark Orchid. HEX triplet: AF, 23 and DC. RGB value is (175,35,220). Sum of RGB (Red+Green+Blue) = 175+35+220=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF23DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23DC is #50DC23. Grayscale: #616161. Windows color (decimal): -5299236 or 14427055. OLE color: 14427055.
HSL color Cylindrical-coordinate representation of color #AF23DC: hue angle of 285.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF23DC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 35 | 220 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.14 |
| HSL | 285.41º | 0.73% | 0.5% | - |
| HSV(B) | 285.41º | 0.84% | 0.86% | - |
| XYZ | 31.2 | 15.48 | 69.05 | - |
| YUV | 97.95 | 196.88 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 220 | 0.20 | 0.84 | 0 | 0.14 | 285.41 | 0.73 | 0.5 |
| Hex | AF | 23 | DC | 14 | 54 | 0 | E | 11D | 49 | 32 |
| Octal | 257 | 43 | 334 | 24 | 124 | 0 | 16 | 435 | 111 | 62 |
| Binary | 10101111 | 100011 | 11011100 | 10100 | 1010100 | 0 | 1110 | 100011101 | 1001001 | 110010 |
Color Harmonies of #AF23DC
Complementary color
Monochromatic Colors of #AF23DC
Black with #AF23DC
Text Example
Text Example
White with #AF23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23DC; }
p { color: rgb(175,35,220); }
H1.HeaderClassName
{
color: #AF23DC;
}
.AnyTagClassName
{
color: #AF23DC;
}
</style>
background-color css
<style>
a { background-color: #AF23DC; }
a { background-color: rgb(175,35,220); }
div.DivClassName
{
background-color: #AF23DC;
}
.BgClassName
{
background-color: #AF23DC;
}
</style>
border-color css
<style>
span { border-color: #AF23DC; }
span { border-color: rgb(175,35,220); }
td.TdClassName
{
border-color: #AF23DC;
}
.TagClassName
{
border-color: #AF23DC;
}
</style>