Shades of Medium Orchid #A94ACC
Tints of Medium Orchid #A94ACC
RGB
CMYK
RGB Variations
Color information
#A94ACC (or 0xA94ACC) is known color: Medium Orchid. HEX triplet: A9, 4A and CC. RGB value is (169,74,204). Sum of RGB (Red+Green+Blue) = 169+74+204=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A94ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ACC is #56B533. Grayscale: #747474. Windows color (decimal): -5682484 or 13388457. OLE color: 13388457.
HSL color Cylindrical-coordinate representation of color #A94ACC: hue angle of 283.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94ACC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 74 | 204 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.2 |
| HSL | 283.85º | 0.56% | 0.55% | - |
| HSV(B) | 283.85º | 0.64% | 0.8% | - |
| XYZ | 29.71 | 17.69 | 58.98 | - |
| YUV | 117.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 204 | 0.17 | 0.64 | 0 | 0.2 | 283.85 | 0.56 | 0.55 |
| Hex | A9 | 4A | CC | 11 | 40 | 0 | 14 | 11C | 38 | 37 |
| Octal | 251 | 112 | 314 | 21 | 100 | 0 | 24 | 434 | 70 | 67 |
| Binary | 10101001 | 1001010 | 11001100 | 10001 | 1000000 | 0 | 10100 | 100011100 | 111000 | 110111 |
Color Harmonies of #A94ACC
Complementary color
Monochromatic Colors of #A94ACC
Black with #A94ACC
Text Example
Text Example
White with #A94ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ACC; }
p { color: rgb(169,74,204); }
H1.HeaderClassName
{
color: #A94ACC;
}
.AnyTagClassName
{
color: #A94ACC;
}
</style>
background-color css
<style>
a { background-color: #A94ACC; }
a { background-color: rgb(169,74,204); }
div.DivClassName
{
background-color: #A94ACC;
}
.BgClassName
{
background-color: #A94ACC;
}
</style>
border-color css
<style>
span { border-color: #A94ACC; }
span { border-color: rgb(169,74,204); }
td.TdClassName
{
border-color: #A94ACC;
}
.TagClassName
{
border-color: #A94ACC;
}
</style>