Shades of Dark Orchid #A42DAF
Tints of Dark Orchid #A42DAF
RGB
CMYK
RGB Variations
Color information
#A42DAF (or 0xA42DAF) is known color: Dark Orchid. HEX triplet: A4, 2D and AF. RGB value is (164,45,175). Sum of RGB (Red+Green+Blue) = 164+45+175=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #A42DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42DAF is #5BD250. Grayscale: #5F5F5F. Windows color (decimal): -6017617 or 11480484. OLE color: 11480484.
HSL color Cylindrical-coordinate representation of color #A42DAF: hue angle of 294.92º 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 #A42DAF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 45 | 175 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.31 |
| HSL | 294.92º | 0.59% | 0.43% | - |
| HSV(B) | 294.92º | 0.74% | 0.69% | - |
| XYZ | 23.99 | 12.86 | 41.78 | - |
| YUV | 95.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 175 | 0.06 | 0.74 | 0 | 0.31 | 294.92 | 0.59 | 0.43 |
| Hex | A4 | 2D | AF | 6 | 4A | 0 | 1F | 127 | 3B | 2B |
| Octal | 244 | 55 | 257 | 6 | 112 | 0 | 37 | 447 | 73 | 53 |
| Binary | 10100100 | 101101 | 10101111 | 110 | 1001010 | 0 | 11111 | 100100111 | 111011 | 101011 |
Color Harmonies of #A42DAF
Complementary color
Monochromatic Colors of #A42DAF
Black with #A42DAF
Text Example
Text Example
White with #A42DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DAF; }
p { color: rgb(164,45,175); }
H1.HeaderClassName
{
color: #A42DAF;
}
.AnyTagClassName
{
color: #A42DAF;
}
</style>
background-color css
<style>
a { background-color: #A42DAF; }
a { background-color: rgb(164,45,175); }
div.DivClassName
{
background-color: #A42DAF;
}
.BgClassName
{
background-color: #A42DAF;
}
</style>
border-color css
<style>
span { border-color: #A42DAF; }
span { border-color: rgb(164,45,175); }
td.TdClassName
{
border-color: #A42DAF;
}
.TagClassName
{
border-color: #A42DAF;
}
</style>