Shades of Dark Orchid #AF1DB8
Tints of Dark Orchid #AF1DB8
RGB
CMYK
RGB Variations
Color information
#AF1DB8 (or 0xAF1DB8) is known color: Dark Orchid. HEX triplet: AF, 1D and B8. RGB value is (175,29,184). Sum of RGB (Red+Green+Blue) = 175+29+184=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF1DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DB8 is #50E247. Grayscale: #595959. Windows color (decimal): -5300808 or 12066223. OLE color: 12066223.
HSL color Cylindrical-coordinate representation of color #AF1DB8: hue angle of 296.52º 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 #AF1DB8 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 29 | 184 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.28 |
| HSL | 296.52º | 0.73% | 0.42% | - |
| HSV(B) | 296.52º | 0.84% | 0.72% | - |
| XYZ | 26.77 | 13.45 | 46.53 | - |
| YUV | 90.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 184 | 0.05 | 0.84 | 0 | 0.28 | 296.52 | 0.73 | 0.42 |
| Hex | AF | 1D | B8 | 5 | 54 | 0 | 1C | 129 | 49 | 2A |
| Octal | 257 | 35 | 270 | 5 | 124 | 0 | 34 | 451 | 111 | 52 |
| Binary | 10101111 | 11101 | 10111000 | 101 | 1010100 | 0 | 11100 | 100101001 | 1001001 | 101010 |
Color Harmonies of #AF1DB8
Complementary color
Monochromatic Colors of #AF1DB8
Black with #AF1DB8
Text Example
Text Example
White with #AF1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DB8; }
p { color: rgb(175,29,184); }
H1.HeaderClassName
{
color: #AF1DB8;
}
.AnyTagClassName
{
color: #AF1DB8;
}
</style>
background-color css
<style>
a { background-color: #AF1DB8; }
a { background-color: rgb(175,29,184); }
div.DivClassName
{
background-color: #AF1DB8;
}
.BgClassName
{
background-color: #AF1DB8;
}
</style>
border-color css
<style>
span { border-color: #AF1DB8; }
span { border-color: rgb(175,29,184); }
td.TdClassName
{
border-color: #AF1DB8;
}
.TagClassName
{
border-color: #AF1DB8;
}
</style>