Shades of Medium Orchid #A95CCB
Tints of Medium Orchid #A95CCB
RGB
CMYK
RGB Variations
Color information
#A95CCB (or 0xA95CCB) is known color: Medium Orchid. HEX triplet: A9, 5C and CB. RGB value is (169,92,203). Sum of RGB (Red+Green+Blue) = 169+92+203=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A95CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CCB is #56A334. Grayscale: #7F7F7F. Windows color (decimal): -5677877 or 13327529. OLE color: 13327529.
HSL color Cylindrical-coordinate representation of color #A95CCB: hue angle of 281.62º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A95CCB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 92 | 203 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.20 |
| HSL | 281.62º | 0.52% | 0.58% | - |
| HSV(B) | 281.62º | 0.55% | 0.8% | - |
| XYZ | 30.97 | 20.4 | 58.81 | - |
| YUV | 127.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 203 | 0.17 | 0.55 | 0 | 0.20 | 281.62 | 0.52 | 0.58 |
| Hex | A9 | 5C | CB | 11 | 37 | 0 | 14 | 11A | 34 | 3A |
| Octal | 251 | 134 | 313 | 21 | 67 | 0 | 24 | 432 | 64 | 72 |
| Binary | 10101001 | 1011100 | 11001011 | 10001 | 110111 | 0 | 10100 | 100011010 | 110100 | 111010 |
Color Harmonies of #A95CCB
Complementary color
Monochromatic Colors of #A95CCB
Black with #A95CCB
Text Example
Text Example
White with #A95CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CCB; }
p { color: rgb(169,92,203); }
H1.HeaderClassName
{
color: #A95CCB;
}
.AnyTagClassName
{
color: #A95CCB;
}
</style>
background-color css
<style>
a { background-color: #A95CCB; }
a { background-color: rgb(169,92,203); }
div.DivClassName
{
background-color: #A95CCB;
}
.BgClassName
{
background-color: #A95CCB;
}
</style>
border-color css
<style>
span { border-color: #A95CCB; }
span { border-color: rgb(169,92,203); }
td.TdClassName
{
border-color: #A95CCB;
}
.TagClassName
{
border-color: #A95CCB;
}
</style>