Shades of Dark Orchid #A432AF
Tints of Dark Orchid #A432AF
RGB
CMYK
RGB Variations
Color information
#A432AF (or 0xA432AF) is known color: Dark Orchid. HEX triplet: A4, 32 and AF. RGB value is (164,50,175). Sum of RGB (Red+Green+Blue) = 164+50+175=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #A432AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432AF is #5BCD50. Grayscale: #616161. Windows color (decimal): -6016337 or 11481764. OLE color: 11481764.
HSL color Cylindrical-coordinate representation of color #A432AF: hue angle of 294.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A432AF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 50 | 175 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.31 |
| HSL | 294.72º | 0.56% | 0.44% | - |
| HSV(B) | 294.72º | 0.71% | 0.69% | - |
| XYZ | 24.19 | 13.27 | 41.84 | - |
| YUV | 98.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 175 | 0.06 | 0.71 | 0 | 0.31 | 294.72 | 0.56 | 0.44 |
| Hex | A4 | 32 | AF | 6 | 47 | 0 | 1F | 127 | 38 | 2C |
| Octal | 244 | 62 | 257 | 6 | 107 | 0 | 37 | 447 | 70 | 54 |
| Binary | 10100100 | 110010 | 10101111 | 110 | 1000111 | 0 | 11111 | 100100111 | 111000 | 101100 |
Color Harmonies of #A432AF
Complementary color
Monochromatic Colors of #A432AF
Black with #A432AF
Text Example
Text Example
White with #A432AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A432AF; }
p { color: rgb(164,50,175); }
H1.HeaderClassName
{
color: #A432AF;
}
.AnyTagClassName
{
color: #A432AF;
}
</style>
background-color css
<style>
a { background-color: #A432AF; }
a { background-color: rgb(164,50,175); }
div.DivClassName
{
background-color: #A432AF;
}
.BgClassName
{
background-color: #A432AF;
}
</style>
border-color css
<style>
span { border-color: #A432AF; }
span { border-color: rgb(164,50,175); }
td.TdClassName
{
border-color: #A432AF;
}
.TagClassName
{
border-color: #A432AF;
}
</style>