Shades of Dark Orchid #A32FAF
Tints of Dark Orchid #A32FAF
RGB
CMYK
RGB Variations
Color information
#A32FAF (or 0xA32FAF) is known color: Dark Orchid. HEX triplet: A3, 2F and AF. RGB value is (163,47,175). Sum of RGB (Red+Green+Blue) = 163+47+175=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32FAF is #5CD050. Grayscale: #5F5F5F. Windows color (decimal): -6082641 or 11480995. OLE color: 11480995.
HSL color Cylindrical-coordinate representation of color #A32FAF: hue angle of 294.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32FAF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 47 | 175 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.31 |
| HSL | 294.38º | 0.58% | 0.44% | - |
| HSV(B) | 294.38º | 0.73% | 0.69% | - |
| XYZ | 23.86 | 12.91 | 41.79 | - |
| YUV | 96.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 175 | 0.07 | 0.73 | 0 | 0.31 | 294.38 | 0.58 | 0.44 |
| Hex | A3 | 2F | AF | 7 | 49 | 0 | 1F | 126 | 3A | 2C |
| Octal | 243 | 57 | 257 | 7 | 111 | 0 | 37 | 446 | 72 | 54 |
| Binary | 10100011 | 101111 | 10101111 | 111 | 1001001 | 0 | 11111 | 100100110 | 111010 | 101100 |
Color Harmonies of #A32FAF
Complementary color
Monochromatic Colors of #A32FAF
Black with #A32FAF
Text Example
Text Example
White with #A32FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FAF; }
p { color: rgb(163,47,175); }
H1.HeaderClassName
{
color: #A32FAF;
}
.AnyTagClassName
{
color: #A32FAF;
}
</style>
background-color css
<style>
a { background-color: #A32FAF; }
a { background-color: rgb(163,47,175); }
div.DivClassName
{
background-color: #A32FAF;
}
.BgClassName
{
background-color: #A32FAF;
}
</style>
border-color css
<style>
span { border-color: #A32FAF; }
span { border-color: rgb(163,47,175); }
td.TdClassName
{
border-color: #A32FAF;
}
.TagClassName
{
border-color: #A32FAF;
}
</style>