Shades of Dark Orchid #A326AF
Tints of Dark Orchid #A326AF
RGB
CMYK
RGB Variations
Color information
#A326AF (or 0xA326AF) is known color: Dark Orchid. HEX triplet: A3, 26 and AF. RGB value is (163,38,175). Sum of RGB (Red+Green+Blue) = 163+38+175=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #A326AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A326AF is #5CD950. Grayscale: #5A5A5A. Windows color (decimal): -6084945 or 11478691. OLE color: 11478691.
HSL color Cylindrical-coordinate representation of color #A326AF: hue angle of 294.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A326AF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 38 | 175 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.31 |
| HSL | 294.74º | 0.64% | 0.42% | - |
| HSV(B) | 294.74º | 0.78% | 0.69% | - |
| XYZ | 23.54 | 12.27 | 41.68 | - |
| YUV | 90.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 175 | 0.07 | 0.78 | 0 | 0.31 | 294.74 | 0.64 | 0.42 |
| Hex | A3 | 26 | AF | 7 | 4E | 0 | 1F | 127 | 40 | 2A |
| Octal | 243 | 46 | 257 | 7 | 116 | 0 | 37 | 447 | 100 | 52 |
| Binary | 10100011 | 100110 | 10101111 | 111 | 1001110 | 0 | 11111 | 100100111 | 1000000 | 101010 |
Color Harmonies of #A326AF
Complementary color
Monochromatic Colors of #A326AF
Black with #A326AF
Text Example
Text Example
White with #A326AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326AF; }
p { color: rgb(163,38,175); }
H1.HeaderClassName
{
color: #A326AF;
}
.AnyTagClassName
{
color: #A326AF;
}
</style>
background-color css
<style>
a { background-color: #A326AF; }
a { background-color: rgb(163,38,175); }
div.DivClassName
{
background-color: #A326AF;
}
.BgClassName
{
background-color: #A326AF;
}
</style>
border-color css
<style>
span { border-color: #A326AF; }
span { border-color: rgb(163,38,175); }
td.TdClassName
{
border-color: #A326AF;
}
.TagClassName
{
border-color: #A326AF;
}
</style>