Shades of Dark Orchid #A323E2
Tints of Dark Orchid #A323E2
RGB
CMYK
RGB Variations
Color information
#A323E2 (or 0xA323E2) is known color: Dark Orchid. HEX triplet: A3, 23 and E2. RGB value is (163,35,226). Sum of RGB (Red+Green+Blue) = 163+35+226=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 226 (88.67% from 255 or 53.30% from 424); Max value from RGB is 226 - color contains mainly: blue. Hex color #A323E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323E2 is #5CDC1D. Grayscale: #5E5E5E. Windows color (decimal): -6085662 or 14820259. OLE color: 14820259.
HSL color Cylindrical-coordinate representation of color #A323E2: hue angle of 280.21º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A323E2 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 35 | 226 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.11 |
| HSL | 280.21º | 0.77% | 0.51% | - |
| HSV(B) | 280.21º | 0.85% | 0.89% | - |
| XYZ | 29.43 | 14.48 | 73.2 | - |
| YUV | 95.05 | 201.91 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 226 | 0.28 | 0.85 | 0 | 0.11 | 280.21 | 0.77 | 0.51 |
| Hex | A3 | 23 | E2 | 1C | 55 | 0 | B | 118 | 4D | 33 |
| Octal | 243 | 43 | 342 | 34 | 125 | 0 | 13 | 430 | 115 | 63 |
| Binary | 10100011 | 100011 | 11100010 | 11100 | 1010101 | 0 | 1011 | 100011000 | 1001101 | 110011 |
Color Harmonies of #A323E2
Complementary color
Monochromatic Colors of #A323E2
Black with #A323E2
Text Example
Text Example
White with #A323E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323E2; }
p { color: rgb(163,35,226); }
H1.HeaderClassName
{
color: #A323E2;
}
.AnyTagClassName
{
color: #A323E2;
}
</style>
background-color css
<style>
a { background-color: #A323E2; }
a { background-color: rgb(163,35,226); }
div.DivClassName
{
background-color: #A323E2;
}
.BgClassName
{
background-color: #A323E2;
}
</style>
border-color css
<style>
span { border-color: #A323E2; }
span { border-color: rgb(163,35,226); }
td.TdClassName
{
border-color: #A323E2;
}
.TagClassName
{
border-color: #A323E2;
}
</style>