Shades of Dark Orchid #A435E4
Tints of Dark Orchid #A435E4
RGB
CMYK
RGB Variations
Color information
#A435E4 (or 0xA435E4) is known color: Dark Orchid. HEX triplet: A4, 35 and E4. RGB value is (164,53,228). Sum of RGB (Red+Green+Blue) = 164+53+228=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #A435E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435E4 is #5BCA1B. Grayscale: #696969. Windows color (decimal): -6015516 or 14955940. OLE color: 14955940.
HSL color Cylindrical-coordinate representation of color #A435E4: hue angle of 278.06º 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 #A435E4 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 53 | 228 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.11 |
| HSL | 278.06º | 0.76% | 0.55% | - |
| HSV(B) | 278.06º | 0.77% | 0.89% | - |
| XYZ | 30.59 | 16.04 | 74.88 | - |
| YUV | 106.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 228 | 0.28 | 0.77 | 0 | 0.11 | 278.06 | 0.76 | 0.55 |
| Hex | A4 | 35 | E4 | 1C | 4D | 0 | B | 116 | 4C | 37 |
| Octal | 244 | 65 | 344 | 34 | 115 | 0 | 13 | 426 | 114 | 67 |
| Binary | 10100100 | 110101 | 11100100 | 11100 | 1001101 | 0 | 1011 | 100010110 | 1001100 | 110111 |
Color Harmonies of #A435E4
Complementary color
Monochromatic Colors of #A435E4
Black with #A435E4
Text Example
Text Example
White with #A435E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435E4; }
p { color: rgb(164,53,228); }
H1.HeaderClassName
{
color: #A435E4;
}
.AnyTagClassName
{
color: #A435E4;
}
</style>
background-color css
<style>
a { background-color: #A435E4; }
a { background-color: rgb(164,53,228); }
div.DivClassName
{
background-color: #A435E4;
}
.BgClassName
{
background-color: #A435E4;
}
</style>
border-color css
<style>
span { border-color: #A435E4; }
span { border-color: rgb(164,53,228); }
td.TdClassName
{
border-color: #A435E4;
}
.TagClassName
{
border-color: #A435E4;
}
</style>