Shades of Dark Orchid #A535C4
Tints of Dark Orchid #A535C4
RGB
CMYK
RGB Variations
Color information
#A535C4 (or 0xA535C4) is known color: Dark Orchid. HEX triplet: A5, 35 and C4. RGB value is (165,53,196). Sum of RGB (Red+Green+Blue) = 165+53+196=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #A535C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535C4 is #5ACA3B. Grayscale: #666666. Windows color (decimal): -5950012 or 12858789. OLE color: 12858789.
HSL color Cylindrical-coordinate representation of color #A535C4: hue angle of 286.99º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A535C4 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 53 | 196 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.23 |
| HSL | 286.99º | 0.57% | 0.49% | - |
| HSV(B) | 286.99º | 0.73% | 0.77% | - |
| XYZ | 26.75 | 14.53 | 53.62 | - |
| YUV | 102.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 196 | 0.16 | 0.73 | 0 | 0.23 | 286.99 | 0.57 | 0.49 |
| Hex | A5 | 35 | C4 | 10 | 49 | 0 | 17 | 11F | 39 | 31 |
| Octal | 245 | 65 | 304 | 20 | 111 | 0 | 27 | 437 | 71 | 61 |
| Binary | 10100101 | 110101 | 11000100 | 10000 | 1001001 | 0 | 10111 | 100011111 | 111001 | 110001 |
Color Harmonies of #A535C4
Complementary color
Monochromatic Colors of #A535C4
Black with #A535C4
Text Example
Text Example
White with #A535C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535C4; }
p { color: rgb(165,53,196); }
H1.HeaderClassName
{
color: #A535C4;
}
.AnyTagClassName
{
color: #A535C4;
}
</style>
background-color css
<style>
a { background-color: #A535C4; }
a { background-color: rgb(165,53,196); }
div.DivClassName
{
background-color: #A535C4;
}
.BgClassName
{
background-color: #A535C4;
}
</style>
border-color css
<style>
span { border-color: #A535C4; }
span { border-color: rgb(165,53,196); }
td.TdClassName
{
border-color: #A535C4;
}
.TagClassName
{
border-color: #A535C4;
}
</style>