Shades of Dark Orchid #AF2CDA
Tints of Dark Orchid #AF2CDA
RGB
CMYK
RGB Variations
Color information
#AF2CDA (or 0xAF2CDA) is known color: Dark Orchid. HEX triplet: AF, 2C and DA. RGB value is (175,44,218). Sum of RGB (Red+Green+Blue) = 175+44+218=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF2CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CDA is #50D325. Grayscale: #666666. Windows color (decimal): -5296934 or 14298287. OLE color: 14298287.
HSL color Cylindrical-coordinate representation of color #AF2CDA: hue angle of 285.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2CDA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 44 | 218 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.15 |
| HSL | 285.17º | 0.7% | 0.51% | - |
| HSV(B) | 285.17º | 0.8% | 0.85% | - |
| XYZ | 31.23 | 15.98 | 67.77 | - |
| YUV | 103.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 218 | 0.20 | 0.80 | 0 | 0.15 | 285.17 | 0.7 | 0.51 |
| Hex | AF | 2C | DA | 14 | 50 | 0 | F | 11D | 46 | 33 |
| Octal | 257 | 54 | 332 | 24 | 120 | 0 | 17 | 435 | 106 | 63 |
| Binary | 10101111 | 101100 | 11011010 | 10100 | 1010000 | 0 | 1111 | 100011101 | 1000110 | 110011 |
Color Harmonies of #AF2CDA
Complementary color
Monochromatic Colors of #AF2CDA
Black with #AF2CDA
Text Example
Text Example
White with #AF2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CDA; }
p { color: rgb(175,44,218); }
H1.HeaderClassName
{
color: #AF2CDA;
}
.AnyTagClassName
{
color: #AF2CDA;
}
</style>
background-color css
<style>
a { background-color: #AF2CDA; }
a { background-color: rgb(175,44,218); }
div.DivClassName
{
background-color: #AF2CDA;
}
.BgClassName
{
background-color: #AF2CDA;
}
</style>
border-color css
<style>
span { border-color: #AF2CDA; }
span { border-color: rgb(175,44,218); }
td.TdClassName
{
border-color: #AF2CDA;
}
.TagClassName
{
border-color: #AF2CDA;
}
</style>