Shades of Dark Orchid #AF30EE
Tints of Dark Orchid #AF30EE
RGB
CMYK
RGB Variations
Color information
#AF30EE (or 0xAF30EE) is known color: Dark Orchid. HEX triplet: AF, 30 and EE. RGB value is (175,48,238). Sum of RGB (Red+Green+Blue) = 175+48+238=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF30EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30EE is #50CF11. Grayscale: #6B6B6B. Windows color (decimal): -5295890 or 15610031. OLE color: 15610031.
HSL color Cylindrical-coordinate representation of color #AF30EE: hue angle of 280.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF30EE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 48 | 238 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.07 |
| HSL | 280.11º | 0.85% | 0.56% | - |
| HSV(B) | 280.11º | 0.8% | 0.93% | - |
| XYZ | 34.17 | 17.4 | 82.45 | - |
| YUV | 107.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 238 | 0.26 | 0.80 | 0 | 0.07 | 280.11 | 0.85 | 0.56 |
| Hex | AF | 30 | EE | 1A | 50 | 0 | 7 | 118 | 55 | 38 |
| Octal | 257 | 60 | 356 | 32 | 120 | 0 | 7 | 430 | 125 | 70 |
| Binary | 10101111 | 110000 | 11101110 | 11010 | 1010000 | 0 | 111 | 100011000 | 1010101 | 111000 |
Color Harmonies of #AF30EE
Complementary color
Monochromatic Colors of #AF30EE
Black with #AF30EE
Text Example
Text Example
White with #AF30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30EE; }
p { color: rgb(175,48,238); }
H1.HeaderClassName
{
color: #AF30EE;
}
.AnyTagClassName
{
color: #AF30EE;
}
</style>
background-color css
<style>
a { background-color: #AF30EE; }
a { background-color: rgb(175,48,238); }
div.DivClassName
{
background-color: #AF30EE;
}
.BgClassName
{
background-color: #AF30EE;
}
</style>
border-color css
<style>
span { border-color: #AF30EE; }
span { border-color: rgb(175,48,238); }
td.TdClassName
{
border-color: #AF30EE;
}
.TagClassName
{
border-color: #AF30EE;
}
</style>