Shades of Dark Orchid #AF1DD1
Tints of Dark Orchid #AF1DD1
RGB
CMYK
RGB Variations
Color information
#AF1DD1 (or 0xAF1DD1) is known color: Dark Orchid. HEX triplet: AF, 1D and D1. RGB value is (175,29,209). Sum of RGB (Red+Green+Blue) = 175+29+209=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF1DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DD1 is #50E22E. Grayscale: #5C5C5C. Windows color (decimal): -5300783 or 13704623. OLE color: 13704623.
HSL color Cylindrical-coordinate representation of color #AF1DD1: hue angle of 288.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1DD1 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 29 | 209 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.18 |
| HSL | 288.67º | 0.76% | 0.47% | - |
| HSV(B) | 288.67º | 0.86% | 0.82% | - |
| XYZ | 29.63 | 14.6 | 61.58 | - |
| YUV | 93.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 209 | 0.16 | 0.86 | 0 | 0.18 | 288.67 | 0.76 | 0.47 |
| Hex | AF | 1D | D1 | 10 | 56 | 0 | 12 | 121 | 4C | 2F |
| Octal | 257 | 35 | 321 | 20 | 126 | 0 | 22 | 441 | 114 | 57 |
| Binary | 10101111 | 11101 | 11010001 | 10000 | 1010110 | 0 | 10010 | 100100001 | 1001100 | 101111 |
Color Harmonies of #AF1DD1
Complementary color
Monochromatic Colors of #AF1DD1
Black with #AF1DD1
Text Example
Text Example
White with #AF1DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DD1; }
p { color: rgb(175,29,209); }
H1.HeaderClassName
{
color: #AF1DD1;
}
.AnyTagClassName
{
color: #AF1DD1;
}
</style>
background-color css
<style>
a { background-color: #AF1DD1; }
a { background-color: rgb(175,29,209); }
div.DivClassName
{
background-color: #AF1DD1;
}
.BgClassName
{
background-color: #AF1DD1;
}
</style>
border-color css
<style>
span { border-color: #AF1DD1; }
span { border-color: rgb(175,29,209); }
td.TdClassName
{
border-color: #AF1DD1;
}
.TagClassName
{
border-color: #AF1DD1;
}
</style>