Shades of Dark Orchid #AF2ADC
Tints of Dark Orchid #AF2ADC
RGB
CMYK
RGB Variations
Color information
#AF2ADC (or 0xAF2ADC) is known color: Dark Orchid. HEX triplet: AF, 2A and DC. RGB value is (175,42,220). Sum of RGB (Red+Green+Blue) = 175+42+220=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ADC is #50D523. Grayscale: #656565. Windows color (decimal): -5297444 or 14428847. OLE color: 14428847.
HSL color Cylindrical-coordinate representation of color #AF2ADC: hue angle of 284.83º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2ADC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 42 | 220 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.14 |
| HSL | 284.83º | 0.72% | 0.51% | - |
| HSV(B) | 284.83º | 0.81% | 0.86% | - |
| XYZ | 31.43 | 15.94 | 69.13 | - |
| YUV | 102.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 220 | 0.20 | 0.81 | 0 | 0.14 | 284.83 | 0.72 | 0.51 |
| Hex | AF | 2A | DC | 14 | 51 | 0 | E | 11D | 48 | 33 |
| Octal | 257 | 52 | 334 | 24 | 121 | 0 | 16 | 435 | 110 | 63 |
| Binary | 10101111 | 101010 | 11011100 | 10100 | 1010001 | 0 | 1110 | 100011101 | 1001000 | 110011 |
Color Harmonies of #AF2ADC
Complementary color
Monochromatic Colors of #AF2ADC
Black with #AF2ADC
Text Example
Text Example
White with #AF2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ADC; }
p { color: rgb(175,42,220); }
H1.HeaderClassName
{
color: #AF2ADC;
}
.AnyTagClassName
{
color: #AF2ADC;
}
</style>
background-color css
<style>
a { background-color: #AF2ADC; }
a { background-color: rgb(175,42,220); }
div.DivClassName
{
background-color: #AF2ADC;
}
.BgClassName
{
background-color: #AF2ADC;
}
</style>
border-color css
<style>
span { border-color: #AF2ADC; }
span { border-color: rgb(175,42,220); }
td.TdClassName
{
border-color: #AF2ADC;
}
.TagClassName
{
border-color: #AF2ADC;
}
</style>