Shades of Dark Orchid #AF2ADA
Tints of Dark Orchid #AF2ADA
RGB
CMYK
RGB Variations
Color information
#AF2ADA (or 0xAF2ADA) is known color: Dark Orchid. HEX triplet: AF, 2A and DA. RGB value is (175,42,218). Sum of RGB (Red+Green+Blue) = 175+42+218=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF2ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ADA is #50D525. Grayscale: #656565. Windows color (decimal): -5297446 or 14297775. OLE color: 14297775.
HSL color Cylindrical-coordinate representation of color #AF2ADA: hue angle of 285.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2ADA is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 42 | 218 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.15 |
| HSL | 285.34º | 0.7% | 0.51% | - |
| HSV(B) | 285.34º | 0.81% | 0.85% | - |
| XYZ | 31.16 | 15.83 | 67.74 | - |
| YUV | 101.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 218 | 0.20 | 0.81 | 0 | 0.15 | 285.34 | 0.7 | 0.51 |
| Hex | AF | 2A | DA | 14 | 51 | 0 | F | 11D | 46 | 33 |
| Octal | 257 | 52 | 332 | 24 | 121 | 0 | 17 | 435 | 106 | 63 |
| Binary | 10101111 | 101010 | 11011010 | 10100 | 1010001 | 0 | 1111 | 100011101 | 1000110 | 110011 |
Color Harmonies of #AF2ADA
Complementary color
Monochromatic Colors of #AF2ADA
Black with #AF2ADA
Text Example
Text Example
White with #AF2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ADA; }
p { color: rgb(175,42,218); }
H1.HeaderClassName
{
color: #AF2ADA;
}
.AnyTagClassName
{
color: #AF2ADA;
}
</style>
background-color css
<style>
a { background-color: #AF2ADA; }
a { background-color: rgb(175,42,218); }
div.DivClassName
{
background-color: #AF2ADA;
}
.BgClassName
{
background-color: #AF2ADA;
}
</style>
border-color css
<style>
span { border-color: #AF2ADA; }
span { border-color: rgb(175,42,218); }
td.TdClassName
{
border-color: #AF2ADA;
}
.TagClassName
{
border-color: #AF2ADA;
}
</style>