Shades of Dark Orchid #A320AF
Tints of Dark Orchid #A320AF
RGB
CMYK
RGB Variations
Color information
#A320AF (or 0xA320AF) is known color: Dark Orchid. HEX triplet: A3, 20 and AF. RGB value is (163,32,175). Sum of RGB (Red+Green+Blue) = 163+32+175=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #A320AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AF is #5CDF50. Grayscale: #575757. Windows color (decimal): -6086481 or 11477155. OLE color: 11477155.
HSL color Cylindrical-coordinate representation of color #A320AF: hue angle of 294.97º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A320AF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 32 | 175 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.31 |
| HSL | 294.97º | 0.69% | 0.41% | - |
| HSV(B) | 294.97º | 0.82% | 0.69% | - |
| XYZ | 23.36 | 11.91 | 41.63 | - |
| YUV | 87.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 175 | 0.07 | 0.82 | 0 | 0.31 | 294.97 | 0.69 | 0.41 |
| Hex | A3 | 20 | AF | 7 | 52 | 0 | 1F | 127 | 45 | 29 |
| Octal | 243 | 40 | 257 | 7 | 122 | 0 | 37 | 447 | 105 | 51 |
| Binary | 10100011 | 100000 | 10101111 | 111 | 1010010 | 0 | 11111 | 100100111 | 1000101 | 101001 |
Color Harmonies of #A320AF
Complementary color
Monochromatic Colors of #A320AF
Black with #A320AF
Text Example
Text Example
White with #A320AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320AF; }
p { color: rgb(163,32,175); }
H1.HeaderClassName
{
color: #A320AF;
}
.AnyTagClassName
{
color: #A320AF;
}
</style>
background-color css
<style>
a { background-color: #A320AF; }
a { background-color: rgb(163,32,175); }
div.DivClassName
{
background-color: #A320AF;
}
.BgClassName
{
background-color: #A320AF;
}
</style>
border-color css
<style>
span { border-color: #A320AF; }
span { border-color: rgb(163,32,175); }
td.TdClassName
{
border-color: #A320AF;
}
.TagClassName
{
border-color: #A320AF;
}
</style>