#A849EB

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

Shades of Medium Orchid #A849EB

Tints of Medium Orchid #A849EB

Color information

#A849EB (or 0xA849EB) is unknown color: approx Medium Orchid. HEX triplet: A8, 49 and EB. RGB value is (168,73,235). Sum of RGB (Red+Green+Blue) = 168+73+235=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A849EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EB is #57B614. Grayscale: #777777. Windows color (decimal): -5748245 or 15419816. OLE color: 15419816.

HSL color Cylindrical-coordinate representation of color #A849EB: hue angle of 275.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A849EB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16873235-
CMYK0.290.6900.08
HSL275.19º80.2%60.39%-
HSV(B)275.19º68.94%92.16%-
XYZ33.5319.0980.51-
YUV119.87192.97162.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 73 (28.91% from 255) = 15.34%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=35.29%
G=15.34%
B=49.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168732350.290.6900.08275.1980.260.39
HexA849EB1D4508113503c
Octal2501113533510501042312074
Binary10101000100100111101011111011000101010001000100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849EB; }

 p { color: rgb(168,73,235); }

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

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

 a { background-color: rgb(168,73,235); }

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

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

 span { border-color: rgb(168,73,235); }

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