Shades of Dark Orchid #AF1EB2
Tints of Dark Orchid #AF1EB2
RGB
CMYK
RGB Variations
Color information
#AF1EB2 (or 0xAF1EB2) is known color: Dark Orchid. HEX triplet: AF, 1E and B2. RGB value is (175,30,178). Sum of RGB (Red+Green+Blue) = 175+30+178=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF1EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EB2 is #50E14D. Grayscale: #595959. Windows color (decimal): -5300558 or 11673263. OLE color: 11673263.
HSL color Cylindrical-coordinate representation of color #AF1EB2: hue angle of 298.78º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1EB2 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 30 | 178 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.30 |
| HSL | 298.78º | 0.71% | 0.41% | - |
| HSV(B) | 298.78º | 0.83% | 0.7% | - |
| XYZ | 26.18 | 13.26 | 43.3 | - |
| YUV | 90.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 178 | 0.02 | 0.83 | 0 | 0.30 | 298.78 | 0.71 | 0.41 |
| Hex | AF | 1E | B2 | 2 | 53 | 0 | 1E | 12B | 47 | 29 |
| Octal | 257 | 36 | 262 | 2 | 123 | 0 | 36 | 453 | 107 | 51 |
| Binary | 10101111 | 11110 | 10110010 | 10 | 1010011 | 0 | 11110 | 100101011 | 1000111 | 101001 |
Color Harmonies of #AF1EB2
Complementary color
Monochromatic Colors of #AF1EB2
Black with #AF1EB2
Text Example
Text Example
White with #AF1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EB2; }
p { color: rgb(175,30,178); }
H1.HeaderClassName
{
color: #AF1EB2;
}
.AnyTagClassName
{
color: #AF1EB2;
}
</style>
background-color css
<style>
a { background-color: #AF1EB2; }
a { background-color: rgb(175,30,178); }
div.DivClassName
{
background-color: #AF1EB2;
}
.BgClassName
{
background-color: #AF1EB2;
}
</style>
border-color css
<style>
span { border-color: #AF1EB2; }
span { border-color: rgb(175,30,178); }
td.TdClassName
{
border-color: #AF1EB2;
}
.TagClassName
{
border-color: #AF1EB2;
}
</style>