Shades of Dark Orchid #A42FAA
Tints of Dark Orchid #A42FAA
RGB
CMYK
RGB Variations
Color information
#A42FAA (or 0xA42FAA) is known color: Dark Orchid. HEX triplet: A4, 2F and AA. RGB value is (164,47,170). Sum of RGB (Red+Green+Blue) = 164+47+170=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A42FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42FAA is #5BD055. Grayscale: #5F5F5F. Windows color (decimal): -6017110 or 11153316. OLE color: 11153316.
HSL color Cylindrical-coordinate representation of color #A42FAA: hue angle of 297.07º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42FAA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 47 | 170 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.33 |
| HSL | 297.07º | 0.57% | 0.43% | - |
| HSV(B) | 297.07º | 0.72% | 0.67% | - |
| XYZ | 23.58 | 12.83 | 39.26 | - |
| YUV | 96.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 170 | 0.04 | 0.72 | 0 | 0.33 | 297.07 | 0.57 | 0.43 |
| Hex | A4 | 2F | AA | 4 | 48 | 0 | 21 | 129 | 39 | 2B |
| Octal | 244 | 57 | 252 | 4 | 110 | 0 | 41 | 451 | 71 | 53 |
| Binary | 10100100 | 101111 | 10101010 | 100 | 1001000 | 0 | 100001 | 100101001 | 111001 | 101011 |
Color Harmonies of #A42FAA
Complementary color
Monochromatic Colors of #A42FAA
Black with #A42FAA
Text Example
Text Example
White with #A42FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FAA; }
p { color: rgb(164,47,170); }
H1.HeaderClassName
{
color: #A42FAA;
}
.AnyTagClassName
{
color: #A42FAA;
}
</style>
background-color css
<style>
a { background-color: #A42FAA; }
a { background-color: rgb(164,47,170); }
div.DivClassName
{
background-color: #A42FAA;
}
.BgClassName
{
background-color: #A42FAA;
}
</style>
border-color css
<style>
span { border-color: #A42FAA; }
span { border-color: rgb(164,47,170); }
td.TdClassName
{
border-color: #A42FAA;
}
.TagClassName
{
border-color: #A42FAA;
}
</style>