#A85AD3

Color #A85AD3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A85AD3

Tints of Medium Orchid #A85AD3

Color information

#A85AD3 (or 0xA85AD3) is unknown color: approx Medium Orchid. HEX triplet: A8, 5A and D3. RGB value is (168,90,211). Sum of RGB (Red+Green+Blue) = 168+90+211=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #A85AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AD3 is #57A52C. Grayscale: #7E7E7E. Windows color (decimal): -5743917 or 13851304. OLE color: 13851304.

HSL color Cylindrical-coordinate representation of color #A85AD3: hue angle of 278.68º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85AD3 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16890211-
CMYK0.200.5700.17
HSL278.68º57.89%59.02%-
HSV(B)278.68º57.35%82.75%-
XYZ31.5620.3463.89-
YUV127.12175.34157.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 211 (82.81% from 255) = 44.99%
R=35.82%
G=19.19%
B=44.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168902110.200.5700.17278.6857.8959.02
HexA85AD314390111173a3b
Octal25013232324710214277273
Binary1010100010110101101001110100111001010001100010111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85AD3; }

 p { color: rgb(168,90,211); }

 H1.HeaderClassName
 {
   color: #A85AD3;
 }
 .AnyTagClassName
 {
   color: #A85AD3;
 }
</style>
background-color css

<style>
 a { background-color: #A85AD3; }

 a { background-color: rgb(168,90,211); }

 div.DivClassName
 {
   background-color: #A85AD3;
 }
 .BgClassName
 {
   background-color: #A85AD3;
 }
</style>
border-color css

<style>
 span { border-color: #A85AD3; }

 span { border-color: rgb(168,90,211); }

 td.TdClassName
 {
   border-color: #A85AD3;
 }
 .TagClassName
 {
   border-color: #A85AD3;
 }
</style>