Shades of Dark Orchid #A326DF
Tints of Dark Orchid #A326DF
RGB
CMYK
RGB Variations
Color information
#A326DF (or 0xA326DF) is known color: Dark Orchid. HEX triplet: A3, 26 and DF. RGB value is (163,38,223). Sum of RGB (Red+Green+Blue) = 163+38+223=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #A326DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326DF is #5CD920. Grayscale: #5F5F5F. Windows color (decimal): -6084897 or 14624419. OLE color: 14624419.
HSL color Cylindrical-coordinate representation of color #A326DF: hue angle of 280.54º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A326DF is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 38 | 223 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.13 |
| HSL | 280.54º | 0.74% | 0.51% | - |
| HSV(B) | 280.54º | 0.83% | 0.87% | - |
| XYZ | 29.12 | 14.5 | 71.08 | - |
| YUV | 96.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 223 | 0.27 | 0.83 | 0 | 0.13 | 280.54 | 0.74 | 0.51 |
| Hex | A3 | 26 | DF | 1B | 53 | 0 | D | 119 | 4A | 33 |
| Octal | 243 | 46 | 337 | 33 | 123 | 0 | 15 | 431 | 112 | 63 |
| Binary | 10100011 | 100110 | 11011111 | 11011 | 1010011 | 0 | 1101 | 100011001 | 1001010 | 110011 |
Color Harmonies of #A326DF
Complementary color
Monochromatic Colors of #A326DF
Black with #A326DF
Text Example
Text Example
White with #A326DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326DF; }
p { color: rgb(163,38,223); }
H1.HeaderClassName
{
color: #A326DF;
}
.AnyTagClassName
{
color: #A326DF;
}
</style>
background-color css
<style>
a { background-color: #A326DF; }
a { background-color: rgb(163,38,223); }
div.DivClassName
{
background-color: #A326DF;
}
.BgClassName
{
background-color: #A326DF;
}
</style>
border-color css
<style>
span { border-color: #A326DF; }
span { border-color: rgb(163,38,223); }
td.TdClassName
{
border-color: #A326DF;
}
.TagClassName
{
border-color: #A326DF;
}
</style>