#A85BCF

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

Shades of Medium Orchid #A85BCF

Tints of Medium Orchid #A85BCF

Color information

#A85BCF (or 0xA85BCF) is unknown color: approx Medium Orchid. HEX triplet: A8, 5B and CF. RGB value is (168,91,207). Sum of RGB (Red+Green+Blue) = 168+91+207=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A85BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCF is #57A430. Grayscale: #7E7E7E. Windows color (decimal): -5743665 or 13589416. OLE color: 13589416.

HSL color Cylindrical-coordinate representation of color #A85BCF: hue angle of 279.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85BCF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16891207-
CMYK0.190.5600.19
HSL279.83º54.72%58.43%-
HSV(B)279.83º56.04%81.18%-
XYZ31.1520.3161.31-
YUV127.25173.01157.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=36.05%
G=19.53%
B=44.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168912070.190.5600.19279.8354.7258.43
HexA85BCF1338013118373a
Octal25013331723700234306772
Binary1010100010110111100111110011111000010011100011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BCF; }

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

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

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

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

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

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

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

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