Shades of Dark Orchid #AF1DDC
Tints of Dark Orchid #AF1DDC
RGB
CMYK
RGB Variations
Color information
#AF1DDC (or 0xAF1DDC) is known color: Dark Orchid. HEX triplet: AF, 1D and DC. RGB value is (175,29,220). Sum of RGB (Red+Green+Blue) = 175+29+220=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF1DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DDC is #50E223. Grayscale: #5D5D5D. Windows color (decimal): -5300772 or 14425519. OLE color: 14425519.
HSL color Cylindrical-coordinate representation of color #AF1DDC: hue angle of 285.86º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1DDC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 29 | 220 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.14 |
| HSL | 285.86º | 0.77% | 0.49% | - |
| HSV(B) | 285.86º | 0.87% | 0.86% | - |
| XYZ | 31.04 | 15.16 | 69 | - |
| YUV | 94.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 220 | 0.20 | 0.87 | 0 | 0.14 | 285.86 | 0.77 | 0.49 |
| Hex | AF | 1D | DC | 14 | 57 | 0 | E | 11E | 4D | 31 |
| Octal | 257 | 35 | 334 | 24 | 127 | 0 | 16 | 436 | 115 | 61 |
| Binary | 10101111 | 11101 | 11011100 | 10100 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110001 |
Color Harmonies of #AF1DDC
Complementary color
Monochromatic Colors of #AF1DDC
Black with #AF1DDC
Text Example
Text Example
White with #AF1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DDC; }
p { color: rgb(175,29,220); }
H1.HeaderClassName
{
color: #AF1DDC;
}
.AnyTagClassName
{
color: #AF1DDC;
}
</style>
background-color css
<style>
a { background-color: #AF1DDC; }
a { background-color: rgb(175,29,220); }
div.DivClassName
{
background-color: #AF1DDC;
}
.BgClassName
{
background-color: #AF1DDC;
}
</style>
border-color css
<style>
span { border-color: #AF1DDC; }
span { border-color: rgb(175,29,220); }
td.TdClassName
{
border-color: #AF1DDC;
}
.TagClassName
{
border-color: #AF1DDC;
}
</style>