Shades of Dark Orchid #A32DAF
Tints of Dark Orchid #A32DAF
RGB
CMYK
RGB Variations
Color information
#A32DAF (or 0xA32DAF) is known color: Dark Orchid. HEX triplet: A3, 2D and AF. RGB value is (163,45,175). Sum of RGB (Red+Green+Blue) = 163+45+175=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DAF is #5CD250. Grayscale: #5E5E5E. Windows color (decimal): -6083153 or 11480483. OLE color: 11480483.
HSL color Cylindrical-coordinate representation of color #A32DAF: hue angle of 294.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32DAF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 45 | 175 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.31 |
| HSL | 294.46º | 0.59% | 0.43% | - |
| HSV(B) | 294.46º | 0.74% | 0.69% | - |
| XYZ | 23.78 | 12.76 | 41.77 | - |
| YUV | 95.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 175 | 0.07 | 0.74 | 0 | 0.31 | 294.46 | 0.59 | 0.43 |
| Hex | A3 | 2D | AF | 7 | 4A | 0 | 1F | 126 | 3B | 2B |
| Octal | 243 | 55 | 257 | 7 | 112 | 0 | 37 | 446 | 73 | 53 |
| Binary | 10100011 | 101101 | 10101111 | 111 | 1001010 | 0 | 11111 | 100100110 | 111011 | 101011 |
Color Harmonies of #A32DAF
Complementary color
Monochromatic Colors of #A32DAF
Black with #A32DAF
Text Example
Text Example
White with #A32DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DAF; }
p { color: rgb(163,45,175); }
H1.HeaderClassName
{
color: #A32DAF;
}
.AnyTagClassName
{
color: #A32DAF;
}
</style>
background-color css
<style>
a { background-color: #A32DAF; }
a { background-color: rgb(163,45,175); }
div.DivClassName
{
background-color: #A32DAF;
}
.BgClassName
{
background-color: #A32DAF;
}
</style>
border-color css
<style>
span { border-color: #A32DAF; }
span { border-color: rgb(163,45,175); }
td.TdClassName
{
border-color: #A32DAF;
}
.TagClassName
{
border-color: #A32DAF;
}
</style>