Shades of Dark Orchid #A324AF
Tints of Dark Orchid #A324AF
RGB
CMYK
RGB Variations
Color information
#A324AF (or 0xA324AF) is known color: Dark Orchid. HEX triplet: A3, 24 and AF. RGB value is (163,36,175). Sum of RGB (Red+Green+Blue) = 163+36+175=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A324AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A324AF is #5CDB50. Grayscale: #595959. Windows color (decimal): -6085457 or 11478179. OLE color: 11478179.
HSL color Cylindrical-coordinate representation of color #A324AF: hue angle of 294.82º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A324AF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 36 | 175 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.31 |
| HSL | 294.82º | 0.66% | 0.41% | - |
| HSV(B) | 294.82º | 0.79% | 0.69% | - |
| XYZ | 23.47 | 12.14 | 41.66 | - |
| YUV | 89.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 175 | 0.07 | 0.79 | 0 | 0.31 | 294.82 | 0.66 | 0.41 |
| Hex | A3 | 24 | AF | 7 | 4F | 0 | 1F | 127 | 42 | 29 |
| Octal | 243 | 44 | 257 | 7 | 117 | 0 | 37 | 447 | 102 | 51 |
| Binary | 10100011 | 100100 | 10101111 | 111 | 1001111 | 0 | 11111 | 100100111 | 1000010 | 101001 |
Color Harmonies of #A324AF
Complementary color
Monochromatic Colors of #A324AF
Black with #A324AF
Text Example
Text Example
White with #A324AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324AF; }
p { color: rgb(163,36,175); }
H1.HeaderClassName
{
color: #A324AF;
}
.AnyTagClassName
{
color: #A324AF;
}
</style>
background-color css
<style>
a { background-color: #A324AF; }
a { background-color: rgb(163,36,175); }
div.DivClassName
{
background-color: #A324AF;
}
.BgClassName
{
background-color: #A324AF;
}
</style>
border-color css
<style>
span { border-color: #A324AF; }
span { border-color: rgb(163,36,175); }
td.TdClassName
{
border-color: #A324AF;
}
.TagClassName
{
border-color: #A324AF;
}
</style>