Shades of Medium Orchid #A95ACB
Tints of Medium Orchid #A95ACB
RGB
CMYK
RGB Variations
Color information
#A95ACB (or 0xA95ACB) is known color: Medium Orchid. HEX triplet: A9, 5A and CB. RGB value is (169,90,203). Sum of RGB (Red+Green+Blue) = 169+90+203=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A95ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ACB is #56A534. Grayscale: #7E7E7E. Windows color (decimal): -5678389 or 13327017. OLE color: 13327017.
HSL color Cylindrical-coordinate representation of color #A95ACB: hue angle of 281.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A95ACB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 90 | 203 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.20 |
| HSL | 281.95º | 0.52% | 0.57% | - |
| HSV(B) | 281.95º | 0.56% | 0.8% | - |
| XYZ | 30.8 | 20.06 | 58.75 | - |
| YUV | 126.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 203 | 0.17 | 0.56 | 0 | 0.20 | 281.95 | 0.52 | 0.57 |
| Hex | A9 | 5A | CB | 11 | 38 | 0 | 14 | 11A | 34 | 39 |
| Octal | 251 | 132 | 313 | 21 | 70 | 0 | 24 | 432 | 64 | 71 |
| Binary | 10101001 | 1011010 | 11001011 | 10001 | 111000 | 0 | 10100 | 100011010 | 110100 | 111001 |
Color Harmonies of #A95ACB
Complementary color
Monochromatic Colors of #A95ACB
Black with #A95ACB
Text Example
Text Example
White with #A95ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95ACB; }
p { color: rgb(169,90,203); }
H1.HeaderClassName
{
color: #A95ACB;
}
.AnyTagClassName
{
color: #A95ACB;
}
</style>
background-color css
<style>
a { background-color: #A95ACB; }
a { background-color: rgb(169,90,203); }
div.DivClassName
{
background-color: #A95ACB;
}
.BgClassName
{
background-color: #A95ACB;
}
</style>
border-color css
<style>
span { border-color: #A95ACB; }
span { border-color: rgb(169,90,203); }
td.TdClassName
{
border-color: #A95ACB;
}
.TagClassName
{
border-color: #A95ACB;
}
</style>