Shades of Dark Orchid #AF30ED
Tints of Dark Orchid #AF30ED
RGB
CMYK
RGB Variations
Color information
#AF30ED (or 0xAF30ED) is known color: Dark Orchid. HEX triplet: AF, 30 and ED. RGB value is (175,48,237). Sum of RGB (Red+Green+Blue) = 175+48+237=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF30ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30ED is #50CF12. Grayscale: #6A6A6A. Windows color (decimal): -5295891 or 15544495. OLE color: 15544495.
HSL color Cylindrical-coordinate representation of color #AF30ED: hue angle of 280.32º degrees, saturation: 0.84, 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 #AF30ED is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 48 | 237 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.07 |
| HSL | 280.32º | 0.84% | 0.56% | - |
| HSV(B) | 280.32º | 0.8% | 0.93% | - |
| XYZ | 34.02 | 17.34 | 81.68 | - |
| YUV | 107.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 237 | 0.26 | 0.80 | 0 | 0.07 | 280.32 | 0.84 | 0.56 |
| Hex | AF | 30 | ED | 1A | 50 | 0 | 7 | 118 | 54 | 38 |
| Octal | 257 | 60 | 355 | 32 | 120 | 0 | 7 | 430 | 124 | 70 |
| Binary | 10101111 | 110000 | 11101101 | 11010 | 1010000 | 0 | 111 | 100011000 | 1010100 | 111000 |
Color Harmonies of #AF30ED
Complementary color
Monochromatic Colors of #AF30ED
Black with #AF30ED
Text Example
Text Example
White with #AF30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30ED; }
p { color: rgb(175,48,237); }
H1.HeaderClassName
{
color: #AF30ED;
}
.AnyTagClassName
{
color: #AF30ED;
}
</style>
background-color css
<style>
a { background-color: #AF30ED; }
a { background-color: rgb(175,48,237); }
div.DivClassName
{
background-color: #AF30ED;
}
.BgClassName
{
background-color: #AF30ED;
}
</style>
border-color css
<style>
span { border-color: #AF30ED; }
span { border-color: rgb(175,48,237); }
td.TdClassName
{
border-color: #AF30ED;
}
.TagClassName
{
border-color: #AF30ED;
}
</style>