Shades of Dark Orchid #A335C1
Tints of Dark Orchid #A335C1
RGB
CMYK
RGB Variations
Color information
#A335C1 (or 0xA335C1) is known color: Dark Orchid. HEX triplet: A3, 35 and C1. RGB value is (163,53,193). Sum of RGB (Red+Green+Blue) = 163+53+193=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #A335C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335C1 is #5CCA3E. Grayscale: #656565. Windows color (decimal): -6081087 or 12662179. OLE color: 12662179.
HSL color Cylindrical-coordinate representation of color #A335C1: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A335C1 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 53 | 193 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.24 |
| HSL | 287.14º | 0.57% | 0.48% | - |
| HSV(B) | 287.14º | 0.73% | 0.76% | - |
| XYZ | 26 | 14.18 | 51.82 | - |
| YUV | 101.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 193 | 0.16 | 0.73 | 0 | 0.24 | 287.14 | 0.57 | 0.48 |
| Hex | A3 | 35 | C1 | 10 | 49 | 0 | 18 | 11F | 39 | 30 |
| Octal | 243 | 65 | 301 | 20 | 111 | 0 | 30 | 437 | 71 | 60 |
| Binary | 10100011 | 110101 | 11000001 | 10000 | 1001001 | 0 | 11000 | 100011111 | 111001 | 110000 |
Color Harmonies of #A335C1
Complementary color
Monochromatic Colors of #A335C1
Black with #A335C1
Text Example
Text Example
White with #A335C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335C1; }
p { color: rgb(163,53,193); }
H1.HeaderClassName
{
color: #A335C1;
}
.AnyTagClassName
{
color: #A335C1;
}
</style>
background-color css
<style>
a { background-color: #A335C1; }
a { background-color: rgb(163,53,193); }
div.DivClassName
{
background-color: #A335C1;
}
.BgClassName
{
background-color: #A335C1;
}
</style>
border-color css
<style>
span { border-color: #A335C1; }
span { border-color: rgb(163,53,193); }
td.TdClassName
{
border-color: #A335C1;
}
.TagClassName
{
border-color: #A335C1;
}
</style>