Shades of Dark Orchid #AF1FDB
Tints of Dark Orchid #AF1FDB
RGB
CMYK
RGB Variations
Color information
#AF1FDB (or 0xAF1FDB) is known color: Dark Orchid. HEX triplet: AF, 1F and DB. RGB value is (175,31,219). Sum of RGB (Red+Green+Blue) = 175+31+219=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FDB is #50E024. Grayscale: #5E5E5E. Windows color (decimal): -5300261 or 14360495. OLE color: 14360495.
HSL color Cylindrical-coordinate representation of color #AF1FDB: hue angle of 285.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1FDB is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 31 | 219 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.14 |
| HSL | 285.96º | 0.75% | 0.49% | - |
| HSV(B) | 285.96º | 0.86% | 0.86% | - |
| XYZ | 30.96 | 15.21 | 68.32 | - |
| YUV | 95.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 219 | 0.20 | 0.86 | 0 | 0.14 | 285.96 | 0.75 | 0.49 |
| Hex | AF | 1F | DB | 14 | 56 | 0 | E | 11E | 4B | 31 |
| Octal | 257 | 37 | 333 | 24 | 126 | 0 | 16 | 436 | 113 | 61 |
| Binary | 10101111 | 11111 | 11011011 | 10100 | 1010110 | 0 | 1110 | 100011110 | 1001011 | 110001 |
Color Harmonies of #AF1FDB
Complementary color
Monochromatic Colors of #AF1FDB
Black with #AF1FDB
Text Example
Text Example
White with #AF1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FDB; }
p { color: rgb(175,31,219); }
H1.HeaderClassName
{
color: #AF1FDB;
}
.AnyTagClassName
{
color: #AF1FDB;
}
</style>
background-color css
<style>
a { background-color: #AF1FDB; }
a { background-color: rgb(175,31,219); }
div.DivClassName
{
background-color: #AF1FDB;
}
.BgClassName
{
background-color: #AF1FDB;
}
</style>
border-color css
<style>
span { border-color: #AF1FDB; }
span { border-color: rgb(175,31,219); }
td.TdClassName
{
border-color: #AF1FDB;
}
.TagClassName
{
border-color: #AF1FDB;
}
</style>