Shades of Dark Orchid #A135E4
Tints of Dark Orchid #A135E4
RGB
CMYK
RGB Variations
Color information
#A135E4 (or 0xA135E4) is known color: Dark Orchid. HEX triplet: A1, 35 and E4. RGB value is (161,53,228). Sum of RGB (Red+Green+Blue) = 161+53+228=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #A135E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135E4 is #5ECA1B. Grayscale: #686868. Windows color (decimal): -6212124 or 14955937. OLE color: 14955937.
HSL color Cylindrical-coordinate representation of color #A135E4: hue angle of 277.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A135E4 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 53 | 228 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.11 |
| HSL | 277.03º | 0.76% | 0.55% | - |
| HSV(B) | 277.03º | 0.77% | 0.89% | - |
| XYZ | 29.97 | 15.72 | 74.85 | - |
| YUV | 105.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 228 | 0.29 | 0.77 | 0 | 0.11 | 277.03 | 0.76 | 0.55 |
| Hex | A1 | 35 | E4 | 1D | 4D | 0 | B | 115 | 4C | 37 |
| Octal | 241 | 65 | 344 | 35 | 115 | 0 | 13 | 425 | 114 | 67 |
| Binary | 10100001 | 110101 | 11100100 | 11101 | 1001101 | 0 | 1011 | 100010101 | 1001100 | 110111 |
Color Harmonies of #A135E4
Complementary color
Monochromatic Colors of #A135E4
Black with #A135E4
Text Example
Text Example
White with #A135E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135E4; }
p { color: rgb(161,53,228); }
H1.HeaderClassName
{
color: #A135E4;
}
.AnyTagClassName
{
color: #A135E4;
}
</style>
background-color css
<style>
a { background-color: #A135E4; }
a { background-color: rgb(161,53,228); }
div.DivClassName
{
background-color: #A135E4;
}
.BgClassName
{
background-color: #A135E4;
}
</style>
border-color css
<style>
span { border-color: #A135E4; }
span { border-color: rgb(161,53,228); }
td.TdClassName
{
border-color: #A135E4;
}
.TagClassName
{
border-color: #A135E4;
}
</style>