Shades of Dark Orchid #AF1DB7
Tints of Dark Orchid #AF1DB7
RGB
CMYK
RGB Variations
Color information
#AF1DB7 (or 0xAF1DB7) is known color: Dark Orchid. HEX triplet: AF, 1D and B7. RGB value is (175,29,183). Sum of RGB (Red+Green+Blue) = 175+29+183=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF1DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DB7 is #50E248. Grayscale: #595959. Windows color (decimal): -5300809 or 12000687. OLE color: 12000687.
HSL color Cylindrical-coordinate representation of color #AF1DB7: hue angle of 296.88º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1DB7 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 29 | 183 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.28 |
| HSL | 296.88º | 0.73% | 0.42% | - |
| HSV(B) | 296.88º | 0.84% | 0.72% | - |
| XYZ | 26.67 | 13.41 | 45.98 | - |
| YUV | 90.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 183 | 0.04 | 0.84 | 0 | 0.28 | 296.88 | 0.73 | 0.42 |
| Hex | AF | 1D | B7 | 4 | 54 | 0 | 1C | 129 | 49 | 2A |
| Octal | 257 | 35 | 267 | 4 | 124 | 0 | 34 | 451 | 111 | 52 |
| Binary | 10101111 | 11101 | 10110111 | 100 | 1010100 | 0 | 11100 | 100101001 | 1001001 | 101010 |
Color Harmonies of #AF1DB7
Complementary color
Monochromatic Colors of #AF1DB7
Black with #AF1DB7
Text Example
Text Example
White with #AF1DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DB7; }
p { color: rgb(175,29,183); }
H1.HeaderClassName
{
color: #AF1DB7;
}
.AnyTagClassName
{
color: #AF1DB7;
}
</style>
background-color css
<style>
a { background-color: #AF1DB7; }
a { background-color: rgb(175,29,183); }
div.DivClassName
{
background-color: #AF1DB7;
}
.BgClassName
{
background-color: #AF1DB7;
}
</style>
border-color css
<style>
span { border-color: #AF1DB7; }
span { border-color: rgb(175,29,183); }
td.TdClassName
{
border-color: #AF1DB7;
}
.TagClassName
{
border-color: #AF1DB7;
}
</style>