Shades of Dark Orchid #AF1EC1
Tints of Dark Orchid #AF1EC1
RGB
CMYK
RGB Variations
Color information
#AF1EC1 (or 0xAF1EC1) is known color: Dark Orchid. HEX triplet: AF, 1E and C1. RGB value is (175,30,193). Sum of RGB (Red+Green+Blue) = 175+30+193=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF1EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EC1 is #50E13E. Grayscale: #5B5B5B. Windows color (decimal): -5300543 or 12656303. OLE color: 12656303.
HSL color Cylindrical-coordinate representation of color #AF1EC1: hue angle of 293.37º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1EC1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 30 | 193 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.24 |
| HSL | 293.37º | 0.73% | 0.44% | - |
| HSV(B) | 293.37º | 0.84% | 0.76% | - |
| XYZ | 27.77 | 13.89 | 51.67 | - |
| YUV | 91.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 193 | 0.09 | 0.84 | 0 | 0.24 | 293.37 | 0.73 | 0.44 |
| Hex | AF | 1E | C1 | 9 | 54 | 0 | 18 | 125 | 49 | 2C |
| Octal | 257 | 36 | 301 | 11 | 124 | 0 | 30 | 445 | 111 | 54 |
| Binary | 10101111 | 11110 | 11000001 | 1001 | 1010100 | 0 | 11000 | 100100101 | 1001001 | 101100 |
Color Harmonies of #AF1EC1
Complementary color
Monochromatic Colors of #AF1EC1
Black with #AF1EC1
Text Example
Text Example
White with #AF1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EC1; }
p { color: rgb(175,30,193); }
H1.HeaderClassName
{
color: #AF1EC1;
}
.AnyTagClassName
{
color: #AF1EC1;
}
</style>
background-color css
<style>
a { background-color: #AF1EC1; }
a { background-color: rgb(175,30,193); }
div.DivClassName
{
background-color: #AF1EC1;
}
.BgClassName
{
background-color: #AF1EC1;
}
</style>
border-color css
<style>
span { border-color: #AF1EC1; }
span { border-color: rgb(175,30,193); }
td.TdClassName
{
border-color: #AF1EC1;
}
.TagClassName
{
border-color: #AF1EC1;
}
</style>