Shades of Dark Orchid #AF19C2
Tints of Dark Orchid #AF19C2
RGB
CMYK
RGB Variations
Color information
#AF19C2 (or 0xAF19C2) is known color: Dark Orchid. HEX triplet: AF, 19 and C2. RGB value is (175,25,194). Sum of RGB (Red+Green+Blue) = 175+25+194=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF19C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19C2 is #50E63D. Grayscale: #585858. Windows color (decimal): -5301822 or 12720559. OLE color: 12720559.
HSL color Cylindrical-coordinate representation of color #AF19C2: hue angle of 293.25º degrees, saturation: 0.77, 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 #AF19C2 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 25 | 194 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.24 |
| HSL | 293.25º | 0.77% | 0.43% | - |
| HSV(B) | 293.25º | 0.87% | 0.76% | - |
| XYZ | 27.76 | 13.7 | 52.22 | - |
| YUV | 89.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 194 | 0.10 | 0.87 | 0 | 0.24 | 293.25 | 0.77 | 0.43 |
| Hex | AF | 19 | C2 | A | 57 | 0 | 18 | 125 | 4D | 2B |
| Octal | 257 | 31 | 302 | 12 | 127 | 0 | 30 | 445 | 115 | 53 |
| Binary | 10101111 | 11001 | 11000010 | 1010 | 1010111 | 0 | 11000 | 100100101 | 1001101 | 101011 |
Color Harmonies of #AF19C2
Complementary color
Monochromatic Colors of #AF19C2
Black with #AF19C2
Text Example
Text Example
White with #AF19C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19C2; }
p { color: rgb(175,25,194); }
H1.HeaderClassName
{
color: #AF19C2;
}
.AnyTagClassName
{
color: #AF19C2;
}
</style>
background-color css
<style>
a { background-color: #AF19C2; }
a { background-color: rgb(175,25,194); }
div.DivClassName
{
background-color: #AF19C2;
}
.BgClassName
{
background-color: #AF19C2;
}
</style>
border-color css
<style>
span { border-color: #AF19C2; }
span { border-color: rgb(175,25,194); }
td.TdClassName
{
border-color: #AF19C2;
}
.TagClassName
{
border-color: #AF19C2;
}
</style>