Shades of Dark Orchid #A335BD
Tints of Dark Orchid #A335BD
RGB
CMYK
RGB Variations
Color information
#A335BD (or 0xA335BD) is known color: Dark Orchid. HEX triplet: A3, 35 and BD. RGB value is (163,53,189). Sum of RGB (Red+Green+Blue) = 163+53+189=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #A335BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335BD is #5CCA42. Grayscale: #646464. Windows color (decimal): -6081091 or 12400035. OLE color: 12400035.
HSL color Cylindrical-coordinate representation of color #A335BD: hue angle of 288.53º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A335BD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 53 | 189 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.26 |
| HSL | 288.53º | 0.56% | 0.47% | - |
| HSV(B) | 288.53º | 0.72% | 0.74% | - |
| XYZ | 25.56 | 14.01 | 49.5 | - |
| YUV | 101.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 189 | 0.14 | 0.72 | 0 | 0.26 | 288.53 | 0.56 | 0.47 |
| Hex | A3 | 35 | BD | E | 48 | 0 | 1A | 121 | 38 | 2F |
| Octal | 243 | 65 | 275 | 16 | 110 | 0 | 32 | 441 | 70 | 57 |
| Binary | 10100011 | 110101 | 10111101 | 1110 | 1001000 | 0 | 11010 | 100100001 | 111000 | 101111 |
Color Harmonies of #A335BD
Complementary color
Monochromatic Colors of #A335BD
Black with #A335BD
Text Example
Text Example
White with #A335BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335BD; }
p { color: rgb(163,53,189); }
H1.HeaderClassName
{
color: #A335BD;
}
.AnyTagClassName
{
color: #A335BD;
}
</style>
background-color css
<style>
a { background-color: #A335BD; }
a { background-color: rgb(163,53,189); }
div.DivClassName
{
background-color: #A335BD;
}
.BgClassName
{
background-color: #A335BD;
}
</style>
border-color css
<style>
span { border-color: #A335BD; }
span { border-color: rgb(163,53,189); }
td.TdClassName
{
border-color: #A335BD;
}
.TagClassName
{
border-color: #A335BD;
}
</style>