Shades of Dark Orchid #AF1BDD
Tints of Dark Orchid #AF1BDD
RGB
CMYK
RGB Variations
Color information
#AF1BDD (or 0xAF1BDD) is known color: Dark Orchid. HEX triplet: AF, 1B and DD. RGB value is (175,27,221). Sum of RGB (Red+Green+Blue) = 175+27+221=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF1BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BDD is #50E422. Grayscale: #5C5C5C. Windows color (decimal): -5301283 or 14490543. OLE color: 14490543.
HSL color Cylindrical-coordinate representation of color #AF1BDD: hue angle of 285.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1BDD is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 27 | 221 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.13 |
| HSL | 285.77º | 0.78% | 0.49% | - |
| HSV(B) | 285.77º | 0.88% | 0.87% | - |
| XYZ | 31.12 | 15.12 | 69.68 | - |
| YUV | 93.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 221 | 0.21 | 0.88 | 0 | 0.13 | 285.77 | 0.78 | 0.49 |
| Hex | AF | 1B | DD | 15 | 58 | 0 | D | 11E | 4E | 31 |
| Octal | 257 | 33 | 335 | 25 | 130 | 0 | 15 | 436 | 116 | 61 |
| Binary | 10101111 | 11011 | 11011101 | 10101 | 1011000 | 0 | 1101 | 100011110 | 1001110 | 110001 |
Color Harmonies of #AF1BDD
Complementary color
Monochromatic Colors of #AF1BDD
Black with #AF1BDD
Text Example
Text Example
White with #AF1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BDD; }
p { color: rgb(175,27,221); }
H1.HeaderClassName
{
color: #AF1BDD;
}
.AnyTagClassName
{
color: #AF1BDD;
}
</style>
background-color css
<style>
a { background-color: #AF1BDD; }
a { background-color: rgb(175,27,221); }
div.DivClassName
{
background-color: #AF1BDD;
}
.BgClassName
{
background-color: #AF1BDD;
}
</style>
border-color css
<style>
span { border-color: #AF1BDD; }
span { border-color: rgb(175,27,221); }
td.TdClassName
{
border-color: #AF1BDD;
}
.TagClassName
{
border-color: #AF1BDD;
}
</style>