Shades of Dark Orchid #AF1EC2
Tints of Dark Orchid #AF1EC2
RGB
CMYK
RGB Variations
Color information
#AF1EC2 (or 0xAF1EC2) is known color: Dark Orchid. HEX triplet: AF, 1E and C2. RGB value is (175,30,194). Sum of RGB (Red+Green+Blue) = 175+30+194=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF1EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EC2 is #50E13D. Grayscale: #5B5B5B. Windows color (decimal): -5300542 or 12721839. OLE color: 12721839.
HSL color Cylindrical-coordinate representation of color #AF1EC2: hue angle of 293.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1EC2 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 30 | 194 | - |
CMYK | 0.10 | 0.85 | 0 | 0.24 |
HSL | 293.05º | 0.73% | 0.44% | - |
HSV(B) | 293.05º | 0.85% | 0.76% | - |
XYZ | 27.88 | 13.94 | 52.26 | - |
YUV | 92.05 | 185.54 | 187.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 30 | 194 | 0.10 | 0.85 | 0 | 0.24 | 293.05 | 0.73 | 0.44 |
Hex | AF | 1E | C2 | A | 55 | 0 | 18 | 125 | 49 | 2C |
Octal | 257 | 36 | 302 | 12 | 125 | 0 | 30 | 445 | 111 | 54 |
Binary | 10101111 | 11110 | 11000010 | 1010 | 1010101 | 0 | 11000 | 100100101 | 1001001 | 101100 |
Color Harmonies of #AF1EC2
Complementary color
Monochromatic Colors of #AF1EC2
Black with #AF1EC2
Text Example
Text Example
White with #AF1EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EC2; }
p { color: rgb(175,30,194); }
H1.HeaderClassName
{
color: #AF1EC2;
}
.AnyTagClassName
{
color: #AF1EC2;
}
</style>
background-color css
<style>
a { background-color: #AF1EC2; }
a { background-color: rgb(175,30,194); }
div.DivClassName
{
background-color: #AF1EC2;
}
.BgClassName
{
background-color: #AF1EC2;
}
</style>
border-color css
<style>
span { border-color: #AF1EC2; }
span { border-color: rgb(175,30,194); }
td.TdClassName
{
border-color: #AF1EC2;
}
.TagClassName
{
border-color: #AF1EC2;
}
</style>