#A845EE

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

Shades of Medium Orchid #A845EE

Tints of Medium Orchid #A845EE

Color information

#A845EE (or 0xA845EE) is unknown color: approx Medium Orchid. HEX triplet: A8, 45 and EE. RGB value is (168,69,238). Sum of RGB (Red+Green+Blue) = 168+69+238=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #A845EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845EE is #57BA11. Grayscale: #757575. Windows color (decimal): -5749266 or 15615400. OLE color: 15615400.

HSL color Cylindrical-coordinate representation of color #A845EE: hue angle of 275.15º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A845EE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16869238-
CMYK0.290.7100.07
HSL275.15º83.25%60.2%-
HSV(B)275.15º71.01%93.33%-
XYZ33.7118.7582.73-
YUV117.87195.8163.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 69 (27.34% from 255) = 14.53%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=35.37%
G=14.53%
B=50.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168692380.290.7100.07275.1583.2560.2
HexA845EE1D4707113533c
Octal250105356351070742312374
Binary1010100010001011110111011101100011101111000100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845EE; }

 p { color: rgb(168,69,238); }

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

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

 a { background-color: rgb(168,69,238); }

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

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

 span { border-color: rgb(168,69,238); }

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