Shades of Dark Orchid #A335B2
Tints of Dark Orchid #A335B2
RGB
CMYK
RGB Variations
Color information
#A335B2 (or 0xA335B2) is known color: Dark Orchid. HEX triplet: A3, 35 and B2. RGB value is (163,53,178). Sum of RGB (Red+Green+Blue) = 163+53+178=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #A335B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A335B2 is #5CCA4D. Grayscale: #636363. Windows color (decimal): -6081102 or 11679139. OLE color: 11679139.
HSL color Cylindrical-coordinate representation of color #A335B2: hue angle of 292.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A335B2 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 53 | 178 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.30 |
| HSL | 292.8º | 0.54% | 0.45% | - |
| HSV(B) | 292.8º | 0.7% | 0.7% | - |
| XYZ | 24.41 | 13.55 | 43.45 | - |
| YUV | 100.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 178 | 0.08 | 0.70 | 0 | 0.30 | 292.8 | 0.54 | 0.45 |
| Hex | A3 | 35 | B2 | 8 | 46 | 0 | 1E | 125 | 36 | 2D |
| Octal | 243 | 65 | 262 | 10 | 106 | 0 | 36 | 445 | 66 | 55 |
| Binary | 10100011 | 110101 | 10110010 | 1000 | 1000110 | 0 | 11110 | 100100101 | 110110 | 101101 |
Color Harmonies of #A335B2
Complementary color
Monochromatic Colors of #A335B2
Black with #A335B2
Text Example
Text Example
White with #A335B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335B2; }
p { color: rgb(163,53,178); }
H1.HeaderClassName
{
color: #A335B2;
}
.AnyTagClassName
{
color: #A335B2;
}
</style>
background-color css
<style>
a { background-color: #A335B2; }
a { background-color: rgb(163,53,178); }
div.DivClassName
{
background-color: #A335B2;
}
.BgClassName
{
background-color: #A335B2;
}
</style>
border-color css
<style>
span { border-color: #A335B2; }
span { border-color: rgb(163,53,178); }
td.TdClassName
{
border-color: #A335B2;
}
.TagClassName
{
border-color: #A335B2;
}
</style>