Shades of Dark Orchid #A135D2
Tints of Dark Orchid #A135D2
RGB
CMYK
RGB Variations
Color information
#A135D2 (or 0xA135D2) is known color: Dark Orchid. HEX triplet: A1, 35 and D2. RGB value is (161,53,210). Sum of RGB (Red+Green+Blue) = 161+53+210=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #A135D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135D2 is #5ECA2D. Grayscale: #666666. Windows color (decimal): -6212142 or 13776289. OLE color: 13776289.
HSL color Cylindrical-coordinate representation of color #A135D2: hue angle of 281.27º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A135D2 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 53 | 210 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.18 |
| HSL | 281.27º | 0.64% | 0.52% | - |
| HSV(B) | 281.27º | 0.75% | 0.82% | - |
| XYZ | 27.6 | 14.78 | 62.37 | - |
| YUV | 103.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 210 | 0.23 | 0.75 | 0 | 0.18 | 281.27 | 0.64 | 0.52 |
| Hex | A1 | 35 | D2 | 17 | 4B | 0 | 12 | 119 | 40 | 34 |
| Octal | 241 | 65 | 322 | 27 | 113 | 0 | 22 | 431 | 100 | 64 |
| Binary | 10100001 | 110101 | 11010010 | 10111 | 1001011 | 0 | 10010 | 100011001 | 1000000 | 110100 |
Color Harmonies of #A135D2
Complementary color
Monochromatic Colors of #A135D2
Black with #A135D2
Text Example
Text Example
White with #A135D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135D2; }
p { color: rgb(161,53,210); }
H1.HeaderClassName
{
color: #A135D2;
}
.AnyTagClassName
{
color: #A135D2;
}
</style>
background-color css
<style>
a { background-color: #A135D2; }
a { background-color: rgb(161,53,210); }
div.DivClassName
{
background-color: #A135D2;
}
.BgClassName
{
background-color: #A135D2;
}
</style>
border-color css
<style>
span { border-color: #A135D2; }
span { border-color: rgb(161,53,210); }
td.TdClassName
{
border-color: #A135D2;
}
.TagClassName
{
border-color: #A135D2;
}
</style>