Shades of Medium Orchid #A85AD2
Tints of Medium Orchid #A85AD2
RGB
CMYK
RGB Variations
Color information
#A85AD2 (or 0xA85AD2) is known color: Medium Orchid. HEX triplet: A8, 5A and D2. RGB value is (168,90,210). Sum of RGB (Red+Green+Blue) = 168+90+210=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #A85AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AD2 is #57A52D. Grayscale: #7E7E7E. Windows color (decimal): -5743918 or 13785768. OLE color: 13785768.
HSL color Cylindrical-coordinate representation of color #A85AD2: hue angle of 279º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85AD2 is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 90 | 210 | - |
| CMYK | 0.2 | 0.57 | 0 | 0.18 |
| HSL | 279º | 0.57% | 0.59% | - |
| HSV(B) | 279º | 0.57% | 0.82% | - |
| XYZ | 31.44 | 20.29 | 63.23 | - |
| YUV | 127 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 210 | 0.2 | 0.57 | 0 | 0.18 | 279 | 0.57 | 0.59 |
| Hex | A8 | 5A | D2 | 14 | 39 | 0 | 12 | 117 | 39 | 3B |
| Octal | 250 | 132 | 322 | 24 | 71 | 0 | 22 | 427 | 71 | 73 |
| Binary | 10101000 | 1011010 | 11010010 | 10100 | 111001 | 0 | 10010 | 100010111 | 111001 | 111011 |
Color Harmonies of #A85AD2
Complementary color
Monochromatic Colors of #A85AD2
Black with #A85AD2
Text Example
Text Example
White with #A85AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AD2; }
p { color: rgb(168,90,210); }
H1.HeaderClassName
{
color: #A85AD2;
}
.AnyTagClassName
{
color: #A85AD2;
}
</style>
background-color css
<style>
a { background-color: #A85AD2; }
a { background-color: rgb(168,90,210); }
div.DivClassName
{
background-color: #A85AD2;
}
.BgClassName
{
background-color: #A85AD2;
}
</style>
border-color css
<style>
span { border-color: #A85AD2; }
span { border-color: rgb(168,90,210); }
td.TdClassName
{
border-color: #A85AD2;
}
.TagClassName
{
border-color: #A85AD2;
}
</style>