Shades of Dark Orchid #AF30E1
Tints of Dark Orchid #AF30E1
RGB
CMYK
RGB Variations
Color information
#AF30E1 (or 0xAF30E1) is known color: Dark Orchid. HEX triplet: AF, 30 and E1. RGB value is (175,48,225). Sum of RGB (Red+Green+Blue) = 175+48+225=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF30E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30E1 is #50CF1E. Grayscale: #696969. Windows color (decimal): -5295903 or 14758063. OLE color: 14758063.
HSL color Cylindrical-coordinate representation of color #AF30E1: hue angle of 283.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF30E1 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 48 | 225 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.12 |
| HSL | 283.05º | 0.75% | 0.54% | - |
| HSV(B) | 283.05º | 0.79% | 0.88% | - |
| XYZ | 32.33 | 16.66 | 72.75 | - |
| YUV | 106.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 225 | 0.22 | 0.79 | 0 | 0.12 | 283.05 | 0.75 | 0.54 |
| Hex | AF | 30 | E1 | 16 | 4F | 0 | C | 11B | 4B | 36 |
| Octal | 257 | 60 | 341 | 26 | 117 | 0 | 14 | 433 | 113 | 66 |
| Binary | 10101111 | 110000 | 11100001 | 10110 | 1001111 | 0 | 1100 | 100011011 | 1001011 | 110110 |
Color Harmonies of #AF30E1
Complementary color
Monochromatic Colors of #AF30E1
Black with #AF30E1
Text Example
Text Example
White with #AF30E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30E1; }
p { color: rgb(175,48,225); }
H1.HeaderClassName
{
color: #AF30E1;
}
.AnyTagClassName
{
color: #AF30E1;
}
</style>
background-color css
<style>
a { background-color: #AF30E1; }
a { background-color: rgb(175,48,225); }
div.DivClassName
{
background-color: #AF30E1;
}
.BgClassName
{
background-color: #AF30E1;
}
</style>
border-color css
<style>
span { border-color: #AF30E1; }
span { border-color: rgb(175,48,225); }
td.TdClassName
{
border-color: #AF30E1;
}
.TagClassName
{
border-color: #AF30E1;
}
</style>