Shades of Dark Orchid #A41CAA
Tints of Dark Orchid #A41CAA
RGB
CMYK
RGB Variations
Color information
#A41CAA (or 0xA41CAA) is known color: Dark Orchid. HEX triplet: A4, 1C and AA. RGB value is (164,28,170). Sum of RGB (Red+Green+Blue) = 164+28+170=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #A41CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41CAA is #5BE355. Grayscale: #545454. Windows color (decimal): -6021974 or 11148452. OLE color: 11148452.
HSL color Cylindrical-coordinate representation of color #A41CAA: hue angle of 297.46º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41CAA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 28 | 170 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.33 |
| HSL | 297.46º | 0.72% | 0.39% | - |
| HSV(B) | 297.46º | 0.84% | 0.67% | - |
| XYZ | 22.98 | 11.63 | 39.06 | - |
| YUV | 84.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 170 | 0.04 | 0.84 | 0 | 0.33 | 297.46 | 0.72 | 0.39 |
| Hex | A4 | 1C | AA | 4 | 54 | 0 | 21 | 129 | 48 | 27 |
| Octal | 244 | 34 | 252 | 4 | 124 | 0 | 41 | 451 | 110 | 47 |
| Binary | 10100100 | 11100 | 10101010 | 100 | 1010100 | 0 | 100001 | 100101001 | 1001000 | 100111 |
Color Harmonies of #A41CAA
Complementary color
Monochromatic Colors of #A41CAA
Black with #A41CAA
Text Example
Text Example
White with #A41CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CAA; }
p { color: rgb(164,28,170); }
H1.HeaderClassName
{
color: #A41CAA;
}
.AnyTagClassName
{
color: #A41CAA;
}
</style>
background-color css
<style>
a { background-color: #A41CAA; }
a { background-color: rgb(164,28,170); }
div.DivClassName
{
background-color: #A41CAA;
}
.BgClassName
{
background-color: #A41CAA;
}
</style>
border-color css
<style>
span { border-color: #A41CAA; }
span { border-color: rgb(164,28,170); }
td.TdClassName
{
border-color: #A41CAA;
}
.TagClassName
{
border-color: #A41CAA;
}
</style>