Shades of Dark Orchid #AF1FD3
Tints of Dark Orchid #AF1FD3
RGB
CMYK
RGB Variations
Color information
#AF1FD3 (or 0xAF1FD3) is known color: Dark Orchid. HEX triplet: AF, 1F and D3. RGB value is (175,31,211). Sum of RGB (Red+Green+Blue) = 175+31+211=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF1FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FD3 is #50E02C. Grayscale: #5E5E5E. Windows color (decimal): -5300269 or 13836207. OLE color: 13836207.
HSL color Cylindrical-coordinate representation of color #AF1FD3: hue angle of 288º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1FD3 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 31 | 211 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.17 |
| HSL | 288º | 0.74% | 0.47% | - |
| HSV(B) | 288º | 0.85% | 0.83% | - |
| XYZ | 29.93 | 14.8 | 62.91 | - |
| YUV | 94.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 211 | 0.17 | 0.85 | 0 | 0.17 | 288 | 0.74 | 0.47 |
| Hex | AF | 1F | D3 | 11 | 55 | 0 | 11 | 120 | 4A | 2F |
| Octal | 257 | 37 | 323 | 21 | 125 | 0 | 21 | 440 | 112 | 57 |
| Binary | 10101111 | 11111 | 11010011 | 10001 | 1010101 | 0 | 10001 | 100100000 | 1001010 | 101111 |
Color Harmonies of #AF1FD3
Complementary color
Monochromatic Colors of #AF1FD3
Black with #AF1FD3
Text Example
Text Example
White with #AF1FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FD3; }
p { color: rgb(175,31,211); }
H1.HeaderClassName
{
color: #AF1FD3;
}
.AnyTagClassName
{
color: #AF1FD3;
}
</style>
background-color css
<style>
a { background-color: #AF1FD3; }
a { background-color: rgb(175,31,211); }
div.DivClassName
{
background-color: #AF1FD3;
}
.BgClassName
{
background-color: #AF1FD3;
}
</style>
border-color css
<style>
span { border-color: #AF1FD3; }
span { border-color: rgb(175,31,211); }
td.TdClassName
{
border-color: #AF1FD3;
}
.TagClassName
{
border-color: #AF1FD3;
}
</style>