Shades of Dark Orchid #AF3ACD
Tints of Dark Orchid #AF3ACD
RGB
CMYK
RGB Variations
Color information
#AF3ACD (or 0xAF3ACD) is known color: Dark Orchid. HEX triplet: AF, 3A and CD. RGB value is (175,58,205). Sum of RGB (Red+Green+Blue) = 175+58+205=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ACD is #50C532. Grayscale: #6D6D6D. Windows color (decimal): -5293363 or 13449903. OLE color: 13449903.
HSL color Cylindrical-coordinate representation of color #AF3ACD: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3ACD is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 58 | 205 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.20 |
| HSL | 287.76º | 0.6% | 0.52% | - |
| HSV(B) | 287.76º | 0.72% | 0.8% | - |
| XYZ | 30.21 | 16.55 | 59.36 | - |
| YUV | 109.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 205 | 0.15 | 0.72 | 0 | 0.20 | 287.76 | 0.6 | 0.52 |
| Hex | AF | 3A | CD | F | 48 | 0 | 14 | 120 | 3C | 34 |
| Octal | 257 | 72 | 315 | 17 | 110 | 0 | 24 | 440 | 74 | 64 |
| Binary | 10101111 | 111010 | 11001101 | 1111 | 1001000 | 0 | 10100 | 100100000 | 111100 | 110100 |
Color Harmonies of #AF3ACD
Complementary color
Monochromatic Colors of #AF3ACD
Black with #AF3ACD
Text Example
Text Example
White with #AF3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ACD; }
p { color: rgb(175,58,205); }
H1.HeaderClassName
{
color: #AF3ACD;
}
.AnyTagClassName
{
color: #AF3ACD;
}
</style>
background-color css
<style>
a { background-color: #AF3ACD; }
a { background-color: rgb(175,58,205); }
div.DivClassName
{
background-color: #AF3ACD;
}
.BgClassName
{
background-color: #AF3ACD;
}
</style>
border-color css
<style>
span { border-color: #AF3ACD; }
span { border-color: rgb(175,58,205); }
td.TdClassName
{
border-color: #AF3ACD;
}
.TagClassName
{
border-color: #AF3ACD;
}
</style>