#A85BCD

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

Shades of Medium Orchid #A85BCD

Tints of Medium Orchid #A85BCD

Color information

#A85BCD (or 0xA85BCD) is unknown color: approx Medium Orchid. HEX triplet: A8, 5B and CD. RGB value is (168,91,205). Sum of RGB (Red+Green+Blue) = 168+91+205=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A85BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCD is #57A432. Grayscale: #7E7E7E. Windows color (decimal): -5743667 or 13458344. OLE color: 13458344.

HSL color Cylindrical-coordinate representation of color #A85BCD: hue angle of 280.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85BCD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16891205-
CMYK0.180.5600.20
HSL280.53º53.27%58.04%-
HSV(B)280.53º55.61%80.39%-
XYZ30.9120.2160.03-
YUV127.02172.01157.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=36.21%
G=19.61%
B=44.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168912050.180.5600.20280.5353.2758.04
HexA85BCD1238014119353a
Octal25013331522700244316572
Binary1010100010110111100110110010111000010100100011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BCD; }

 p { color: rgb(168,91,205); }

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

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

 a { background-color: rgb(168,91,205); }

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

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

 span { border-color: rgb(168,91,205); }

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