Shades of Dark Orchid #AF1ADD
Tints of Dark Orchid #AF1ADD
RGB
CMYK
RGB Variations
Color information
#AF1ADD (or 0xAF1ADD) is known color: Dark Orchid. HEX triplet: AF, 1A and DD. RGB value is (175,26,221). Sum of RGB (Red+Green+Blue) = 175+26+221=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF1ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ADD is #50E522. Grayscale: #5C5C5C. Windows color (decimal): -5301539 or 14490287. OLE color: 14490287.
HSL color Cylindrical-coordinate representation of color #AF1ADD: hue angle of 285.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1ADD is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 26 | 221 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.13 |
| HSL | 285.85º | 0.79% | 0.48% | - |
| HSV(B) | 285.85º | 0.88% | 0.87% | - |
| XYZ | 31.1 | 15.07 | 69.68 | - |
| YUV | 92.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 221 | 0.21 | 0.88 | 0 | 0.13 | 285.85 | 0.79 | 0.48 |
| Hex | AF | 1A | DD | 15 | 58 | 0 | D | 11E | 4F | 30 |
| Octal | 257 | 32 | 335 | 25 | 130 | 0 | 15 | 436 | 117 | 60 |
| Binary | 10101111 | 11010 | 11011101 | 10101 | 1011000 | 0 | 1101 | 100011110 | 1001111 | 110000 |
Color Harmonies of #AF1ADD
Complementary color
Monochromatic Colors of #AF1ADD
Black with #AF1ADD
Text Example
Text Example
White with #AF1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ADD; }
p { color: rgb(175,26,221); }
H1.HeaderClassName
{
color: #AF1ADD;
}
.AnyTagClassName
{
color: #AF1ADD;
}
</style>
background-color css
<style>
a { background-color: #AF1ADD; }
a { background-color: rgb(175,26,221); }
div.DivClassName
{
background-color: #AF1ADD;
}
.BgClassName
{
background-color: #AF1ADD;
}
</style>
border-color css
<style>
span { border-color: #AF1ADD; }
span { border-color: rgb(175,26,221); }
td.TdClassName
{
border-color: #AF1ADD;
}
.TagClassName
{
border-color: #AF1ADD;
}
</style>