Shades of Dark Orchid #AF1EBA
Tints of Dark Orchid #AF1EBA
RGB
CMYK
RGB Variations
Color information
#AF1EBA (or 0xAF1EBA) is known color: Dark Orchid. HEX triplet: AF, 1E and BA. RGB value is (175,30,186). Sum of RGB (Red+Green+Blue) = 175+30+186=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EBA is #50E145. Grayscale: #5A5A5A. Windows color (decimal): -5300550 or 12197551. OLE color: 12197551.
HSL color Cylindrical-coordinate representation of color #AF1EBA: hue angle of 295.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1EBA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 30 | 186 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.27 |
| HSL | 295.77º | 0.72% | 0.42% | - |
| HSV(B) | 295.77º | 0.84% | 0.73% | - |
| XYZ | 27.01 | 13.59 | 47.65 | - |
| YUV | 91.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 186 | 0.06 | 0.84 | 0 | 0.27 | 295.77 | 0.72 | 0.42 |
| Hex | AF | 1E | BA | 6 | 54 | 0 | 1B | 128 | 48 | 2A |
| Octal | 257 | 36 | 272 | 6 | 124 | 0 | 33 | 450 | 110 | 52 |
| Binary | 10101111 | 11110 | 10111010 | 110 | 1010100 | 0 | 11011 | 100101000 | 1001000 | 101010 |
Color Harmonies of #AF1EBA
Complementary color
Monochromatic Colors of #AF1EBA
Black with #AF1EBA
Text Example
Text Example
White with #AF1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EBA; }
p { color: rgb(175,30,186); }
H1.HeaderClassName
{
color: #AF1EBA;
}
.AnyTagClassName
{
color: #AF1EBA;
}
</style>
background-color css
<style>
a { background-color: #AF1EBA; }
a { background-color: rgb(175,30,186); }
div.DivClassName
{
background-color: #AF1EBA;
}
.BgClassName
{
background-color: #AF1EBA;
}
</style>
border-color css
<style>
span { border-color: #AF1EBA; }
span { border-color: rgb(175,30,186); }
td.TdClassName
{
border-color: #AF1EBA;
}
.TagClassName
{
border-color: #AF1EBA;
}
</style>