Shades of Dark Orchid #AF1FD1
Tints of Dark Orchid #AF1FD1
RGB
CMYK
RGB Variations
Color information
#AF1FD1 (or 0xAF1FD1) is known color: Dark Orchid. HEX triplet: AF, 1F and D1. RGB value is (175,31,209). Sum of RGB (Red+Green+Blue) = 175+31+209=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF1FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FD1 is #50E02E. Grayscale: #5D5D5D. Windows color (decimal): -5300271 or 13705135. OLE color: 13705135.
HSL color Cylindrical-coordinate representation of color #AF1FD1: hue angle of 288.54º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1FD1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 31 | 209 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.18 |
| HSL | 288.54º | 0.74% | 0.47% | - |
| HSV(B) | 288.54º | 0.85% | 0.82% | - |
| XYZ | 29.68 | 14.7 | 61.59 | - |
| YUV | 94.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 209 | 0.16 | 0.85 | 0 | 0.18 | 288.54 | 0.74 | 0.47 |
| Hex | AF | 1F | D1 | 10 | 55 | 0 | 12 | 121 | 4A | 2F |
| Octal | 257 | 37 | 321 | 20 | 125 | 0 | 22 | 441 | 112 | 57 |
| Binary | 10101111 | 11111 | 11010001 | 10000 | 1010101 | 0 | 10010 | 100100001 | 1001010 | 101111 |
Color Harmonies of #AF1FD1
Complementary color
Monochromatic Colors of #AF1FD1
Black with #AF1FD1
Text Example
Text Example
White with #AF1FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FD1; }
p { color: rgb(175,31,209); }
H1.HeaderClassName
{
color: #AF1FD1;
}
.AnyTagClassName
{
color: #AF1FD1;
}
</style>
background-color css
<style>
a { background-color: #AF1FD1; }
a { background-color: rgb(175,31,209); }
div.DivClassName
{
background-color: #AF1FD1;
}
.BgClassName
{
background-color: #AF1FD1;
}
</style>
border-color css
<style>
span { border-color: #AF1FD1; }
span { border-color: rgb(175,31,209); }
td.TdClassName
{
border-color: #AF1FD1;
}
.TagClassName
{
border-color: #AF1FD1;
}
</style>