Shades of Dark Orchid #AF30C0
Tints of Dark Orchid #AF30C0
RGB
CMYK
RGB Variations
Color information
#AF30C0 (or 0xAF30C0) is known color: Dark Orchid. HEX triplet: AF, 30 and C0. RGB value is (175,48,192). Sum of RGB (Red+Green+Blue) = 175+48+192=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF30C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30C0 is #50CF3F. Grayscale: #656565. Windows color (decimal): -5295936 or 12595375. OLE color: 12595375.
HSL color Cylindrical-coordinate representation of color #AF30C0: hue angle of 292.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF30C0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 48 | 192 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.25 |
| HSL | 292.92º | 0.6% | 0.47% | - |
| HSV(B) | 292.92º | 0.75% | 0.75% | - |
| XYZ | 28.25 | 15.03 | 51.28 | - |
| YUV | 102.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 192 | 0.09 | 0.75 | 0 | 0.25 | 292.92 | 0.6 | 0.47 |
| Hex | AF | 30 | C0 | 9 | 4B | 0 | 19 | 125 | 3C | 2F |
| Octal | 257 | 60 | 300 | 11 | 113 | 0 | 31 | 445 | 74 | 57 |
| Binary | 10101111 | 110000 | 11000000 | 1001 | 1001011 | 0 | 11001 | 100100101 | 111100 | 101111 |
Color Harmonies of #AF30C0
Complementary color
Monochromatic Colors of #AF30C0
Black with #AF30C0
Text Example
Text Example
White with #AF30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30C0; }
p { color: rgb(175,48,192); }
H1.HeaderClassName
{
color: #AF30C0;
}
.AnyTagClassName
{
color: #AF30C0;
}
</style>
background-color css
<style>
a { background-color: #AF30C0; }
a { background-color: rgb(175,48,192); }
div.DivClassName
{
background-color: #AF30C0;
}
.BgClassName
{
background-color: #AF30C0;
}
</style>
border-color css
<style>
span { border-color: #AF30C0; }
span { border-color: rgb(175,48,192); }
td.TdClassName
{
border-color: #AF30C0;
}
.TagClassName
{
border-color: #AF30C0;
}
</style>