Shades of Dark Orchid #AF30BE
Tints of Dark Orchid #AF30BE
RGB
CMYK
RGB Variations
Color information
#AF30BE (or 0xAF30BE) is known color: Dark Orchid. HEX triplet: AF, 30 and BE. RGB value is (175,48,190). Sum of RGB (Red+Green+Blue) = 175+48+190=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30BE is #50CF41. Grayscale: #656565. Windows color (decimal): -5295938 or 12464303. OLE color: 12464303.
HSL color Cylindrical-coordinate representation of color #AF30BE: hue angle of 293.66º 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 #AF30BE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 48 | 190 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.25 |
| HSL | 293.66º | 0.6% | 0.47% | - |
| HSV(B) | 293.66º | 0.75% | 0.75% | - |
| XYZ | 28.03 | 14.95 | 50.12 | - |
| YUV | 102.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 190 | 0.08 | 0.75 | 0 | 0.25 | 293.66 | 0.6 | 0.47 |
| Hex | AF | 30 | BE | 8 | 4B | 0 | 19 | 126 | 3C | 2F |
| Octal | 257 | 60 | 276 | 10 | 113 | 0 | 31 | 446 | 74 | 57 |
| Binary | 10101111 | 110000 | 10111110 | 1000 | 1001011 | 0 | 11001 | 100100110 | 111100 | 101111 |
Color Harmonies of #AF30BE
Complementary color
Monochromatic Colors of #AF30BE
Black with #AF30BE
Text Example
Text Example
White with #AF30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30BE; }
p { color: rgb(175,48,190); }
H1.HeaderClassName
{
color: #AF30BE;
}
.AnyTagClassName
{
color: #AF30BE;
}
</style>
background-color css
<style>
a { background-color: #AF30BE; }
a { background-color: rgb(175,48,190); }
div.DivClassName
{
background-color: #AF30BE;
}
.BgClassName
{
background-color: #AF30BE;
}
</style>
border-color css
<style>
span { border-color: #AF30BE; }
span { border-color: rgb(175,48,190); }
td.TdClassName
{
border-color: #AF30BE;
}
.TagClassName
{
border-color: #AF30BE;
}
</style>