Shades of Dark Orchid #A32BAF
Tints of Dark Orchid #A32BAF
RGB
CMYK
RGB Variations
Color information
#A32BAF (or 0xA32BAF) is known color: Dark Orchid. HEX triplet: A3, 2B and AF. RGB value is (163,43,175). Sum of RGB (Red+Green+Blue) = 163+43+175=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32BAF is #5CD450. Grayscale: #5D5D5D. Windows color (decimal): -6083665 or 11479971. OLE color: 11479971.
HSL color Cylindrical-coordinate representation of color #A32BAF: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32BAF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 43 | 175 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.31 |
| HSL | 294.55º | 0.61% | 0.43% | - |
| HSV(B) | 294.55º | 0.75% | 0.69% | - |
| XYZ | 23.71 | 12.61 | 41.74 | - |
| YUV | 93.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 175 | 0.07 | 0.75 | 0 | 0.31 | 294.55 | 0.61 | 0.43 |
| Hex | A3 | 2B | AF | 7 | 4B | 0 | 1F | 127 | 3D | 2B |
| Octal | 243 | 53 | 257 | 7 | 113 | 0 | 37 | 447 | 75 | 53 |
| Binary | 10100011 | 101011 | 10101111 | 111 | 1001011 | 0 | 11111 | 100100111 | 111101 | 101011 |
Color Harmonies of #A32BAF
Complementary color
Monochromatic Colors of #A32BAF
Black with #A32BAF
Text Example
Text Example
White with #A32BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BAF; }
p { color: rgb(163,43,175); }
H1.HeaderClassName
{
color: #A32BAF;
}
.AnyTagClassName
{
color: #A32BAF;
}
</style>
background-color css
<style>
a { background-color: #A32BAF; }
a { background-color: rgb(163,43,175); }
div.DivClassName
{
background-color: #A32BAF;
}
.BgClassName
{
background-color: #A32BAF;
}
</style>
border-color css
<style>
span { border-color: #A32BAF; }
span { border-color: rgb(163,43,175); }
td.TdClassName
{
border-color: #A32BAF;
}
.TagClassName
{
border-color: #A32BAF;
}
</style>