Shades of Dark Orchid #AF2DDC
Tints of Dark Orchid #AF2DDC
RGB
CMYK
RGB Variations
Color information
#AF2DDC (or 0xAF2DDC) is known color: Dark Orchid. HEX triplet: AF, 2D and DC. RGB value is (175,45,220). Sum of RGB (Red+Green+Blue) = 175+45+220=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DDC is #50D223. Grayscale: #676767. Windows color (decimal): -5296676 or 14429615. OLE color: 14429615.
HSL color Cylindrical-coordinate representation of color #AF2DDC: hue angle of 284.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2DDC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 45 | 220 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.14 |
| HSL | 284.57º | 0.71% | 0.52% | - |
| HSV(B) | 284.57º | 0.8% | 0.86% | - |
| XYZ | 31.54 | 16.16 | 69.17 | - |
| YUV | 103.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 220 | 0.20 | 0.80 | 0 | 0.14 | 284.57 | 0.71 | 0.52 |
| Hex | AF | 2D | DC | 14 | 50 | 0 | E | 11D | 47 | 34 |
| Octal | 257 | 55 | 334 | 24 | 120 | 0 | 16 | 435 | 107 | 64 |
| Binary | 10101111 | 101101 | 11011100 | 10100 | 1010000 | 0 | 1110 | 100011101 | 1000111 | 110100 |
Color Harmonies of #AF2DDC
Complementary color
Monochromatic Colors of #AF2DDC
Black with #AF2DDC
Text Example
Text Example
White with #AF2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DDC; }
p { color: rgb(175,45,220); }
H1.HeaderClassName
{
color: #AF2DDC;
}
.AnyTagClassName
{
color: #AF2DDC;
}
</style>
background-color css
<style>
a { background-color: #AF2DDC; }
a { background-color: rgb(175,45,220); }
div.DivClassName
{
background-color: #AF2DDC;
}
.BgClassName
{
background-color: #AF2DDC;
}
</style>
border-color css
<style>
span { border-color: #AF2DDC; }
span { border-color: rgb(175,45,220); }
td.TdClassName
{
border-color: #AF2DDC;
}
.TagClassName
{
border-color: #AF2DDC;
}
</style>