Shades of Dark Orchid #AF1FAC
Tints of Dark Orchid #AF1FAC
RGB
CMYK
RGB Variations
Color information
#AF1FAC (or 0xAF1FAC) is known color: Dark Orchid. HEX triplet: AF, 1F and AC. RGB value is (175,31,172). Sum of RGB (Red+Green+Blue) = 175+31+172=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FAC is #50E053. Grayscale: #595959. Windows color (decimal): -5300308 or 11280303. OLE color: 11280303.
HSL color Cylindrical-coordinate representation of color #AF1FAC: hue angle of 301.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1FAC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 172 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.31 |
| HSL | 301.25º | 0.7% | 0.4% | - |
| HSV(B) | 301.25º | 0.82% | 0.69% | - |
| XYZ | 25.62 | 13.07 | 40.2 | - |
| YUV | 90.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 172 | 0 | 0.82 | 0.02 | 0.31 | 301.25 | 0.7 | 0.4 |
| Hex | AF | 1F | AC | 0 | 52 | 2 | 1F | 12D | 46 | 28 |
| Octal | 257 | 37 | 254 | 0 | 122 | 2 | 37 | 455 | 106 | 50 |
| Binary | 10101111 | 11111 | 10101100 | 0 | 1010010 | 10 | 11111 | 100101101 | 1000110 | 101000 |
Color Harmonies of #AF1FAC
Complementary color
Monochromatic Colors of #AF1FAC
Black with #AF1FAC
Text Example
Text Example
White with #AF1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FAC; }
p { color: rgb(175,31,172); }
H1.HeaderClassName
{
color: #AF1FAC;
}
.AnyTagClassName
{
color: #AF1FAC;
}
</style>
background-color css
<style>
a { background-color: #AF1FAC; }
a { background-color: rgb(175,31,172); }
div.DivClassName
{
background-color: #AF1FAC;
}
.BgClassName
{
background-color: #AF1FAC;
}
</style>
border-color css
<style>
span { border-color: #AF1FAC; }
span { border-color: rgb(175,31,172); }
td.TdClassName
{
border-color: #AF1FAC;
}
.TagClassName
{
border-color: #AF1FAC;
}
</style>