Shades of Dark Orchid #A11AAF
Tints of Dark Orchid #A11AAF
RGB
CMYK
RGB Variations
Color information
#A11AAF (or 0xA11AAF) is known color: Dark Orchid. HEX triplet: A1, 1A and AF. RGB value is (161,26,175). Sum of RGB (Red+Green+Blue) = 161+26+175=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A11AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AAF is #5EE550. Grayscale: #525252. Windows color (decimal): -6219089 or 11475617. OLE color: 11475617.
HSL color Cylindrical-coordinate representation of color #A11AAF: hue angle of 294.36º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11AAF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 26 | 175 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.31 |
| HSL | 294.36º | 0.74% | 0.39% | - |
| HSV(B) | 294.36º | 0.85% | 0.69% | - |
| XYZ | 22.81 | 11.41 | 41.56 | - |
| YUV | 83.35 | 179.73 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 175 | 0.08 | 0.85 | 0 | 0.31 | 294.36 | 0.74 | 0.39 |
| Hex | A1 | 1A | AF | 8 | 55 | 0 | 1F | 126 | 4A | 27 |
| Octal | 241 | 32 | 257 | 10 | 125 | 0 | 37 | 446 | 112 | 47 |
| Binary | 10100001 | 11010 | 10101111 | 1000 | 1010101 | 0 | 11111 | 100100110 | 1001010 | 100111 |
Color Harmonies of #A11AAF
Complementary color
Monochromatic Colors of #A11AAF
Black with #A11AAF
Text Example
Text Example
White with #A11AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AAF; }
p { color: rgb(161,26,175); }
H1.HeaderClassName
{
color: #A11AAF;
}
.AnyTagClassName
{
color: #A11AAF;
}
</style>
background-color css
<style>
a { background-color: #A11AAF; }
a { background-color: rgb(161,26,175); }
div.DivClassName
{
background-color: #A11AAF;
}
.BgClassName
{
background-color: #A11AAF;
}
</style>
border-color css
<style>
span { border-color: #A11AAF; }
span { border-color: rgb(161,26,175); }
td.TdClassName
{
border-color: #A11AAF;
}
.TagClassName
{
border-color: #A11AAF;
}
</style>