Shades of Dark Orchid #A336C1
Tints of Dark Orchid #A336C1
RGB
CMYK
RGB Variations
Color information
#A336C1 (or 0xA336C1) is known color: Dark Orchid. HEX triplet: A3, 36 and C1. RGB value is (163,54,193). Sum of RGB (Red+Green+Blue) = 163+54+193=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #A336C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336C1 is #5CC93E. Grayscale: #656565. Windows color (decimal): -6080831 or 12662435. OLE color: 12662435.
HSL color Cylindrical-coordinate representation of color #A336C1: hue angle of 287.05º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A336C1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 54 | 193 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.24 |
| HSL | 287.05º | 0.56% | 0.48% | - |
| HSV(B) | 287.05º | 0.72% | 0.76% | - |
| XYZ | 26.05 | 14.28 | 51.83 | - |
| YUV | 102.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 193 | 0.16 | 0.72 | 0 | 0.24 | 287.05 | 0.56 | 0.48 |
| Hex | A3 | 36 | C1 | 10 | 48 | 0 | 18 | 11F | 38 | 30 |
| Octal | 243 | 66 | 301 | 20 | 110 | 0 | 30 | 437 | 70 | 60 |
| Binary | 10100011 | 110110 | 11000001 | 10000 | 1001000 | 0 | 11000 | 100011111 | 111000 | 110000 |
Color Harmonies of #A336C1
Complementary color
Monochromatic Colors of #A336C1
Black with #A336C1
Text Example
Text Example
White with #A336C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336C1; }
p { color: rgb(163,54,193); }
H1.HeaderClassName
{
color: #A336C1;
}
.AnyTagClassName
{
color: #A336C1;
}
</style>
background-color css
<style>
a { background-color: #A336C1; }
a { background-color: rgb(163,54,193); }
div.DivClassName
{
background-color: #A336C1;
}
.BgClassName
{
background-color: #A336C1;
}
</style>
border-color css
<style>
span { border-color: #A336C1; }
span { border-color: rgb(163,54,193); }
td.TdClassName
{
border-color: #A336C1;
}
.TagClassName
{
border-color: #A336C1;
}
</style>