Shades of Dark Orchid #AF1AC2
Tints of Dark Orchid #AF1AC2
RGB
CMYK
RGB Variations
Color information
#AF1AC2 (or 0xAF1AC2) is known color: Dark Orchid. HEX triplet: AF, 1A and C2. RGB value is (175,26,194). Sum of RGB (Red+Green+Blue) = 175+26+194=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF1AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AC2 is #50E53D. Grayscale: #595959. Windows color (decimal): -5301566 or 12720815. OLE color: 12720815.
HSL color Cylindrical-coordinate representation of color #AF1AC2: hue angle of 293.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1AC2 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 26 | 194 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.24 |
| HSL | 293.21º | 0.76% | 0.43% | - |
| HSV(B) | 293.21º | 0.87% | 0.76% | - |
| XYZ | 27.79 | 13.75 | 52.23 | - |
| YUV | 89.7 | 186.86 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 194 | 0.10 | 0.87 | 0 | 0.24 | 293.21 | 0.76 | 0.43 |
| Hex | AF | 1A | C2 | A | 57 | 0 | 18 | 125 | 4C | 2B |
| Octal | 257 | 32 | 302 | 12 | 127 | 0 | 30 | 445 | 114 | 53 |
| Binary | 10101111 | 11010 | 11000010 | 1010 | 1010111 | 0 | 11000 | 100100101 | 1001100 | 101011 |
Color Harmonies of #AF1AC2
Complementary color
Monochromatic Colors of #AF1AC2
Black with #AF1AC2
Text Example
Text Example
White with #AF1AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AC2; }
p { color: rgb(175,26,194); }
H1.HeaderClassName
{
color: #AF1AC2;
}
.AnyTagClassName
{
color: #AF1AC2;
}
</style>
background-color css
<style>
a { background-color: #AF1AC2; }
a { background-color: rgb(175,26,194); }
div.DivClassName
{
background-color: #AF1AC2;
}
.BgClassName
{
background-color: #AF1AC2;
}
</style>
border-color css
<style>
span { border-color: #AF1AC2; }
span { border-color: rgb(175,26,194); }
td.TdClassName
{
border-color: #AF1AC2;
}
.TagClassName
{
border-color: #AF1AC2;
}
</style>