#A849E9

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

Shades of Medium Orchid #A849E9

Tints of Medium Orchid #A849E9

Color information

#A849E9 (or 0xA849E9) is unknown color: approx Medium Orchid. HEX triplet: A8, 49 and E9. RGB value is (168,73,233). Sum of RGB (Red+Green+Blue) = 168+73+233=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #A849E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849E9 is #57B616. Grayscale: #777777. Windows color (decimal): -5748247 or 15288744. OLE color: 15288744.

HSL color Cylindrical-coordinate representation of color #A849E9: hue angle of 275.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A849E9 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16873233-
CMYK0.280.6900.09
HSL275.62º78.43%60%-
HSV(B)275.62º68.67%91.37%-
XYZ33.2418.9779-
YUV119.64191.97162.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 73 (28.91% from 255) = 15.40%
BLUE value IS 233 (91.41% from 255) = 49.16%
R=35.44%
G=15.40%
B=49.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168732330.280.6900.09275.6278.4360
HexA849E91C45091144e3c
Octal2501113513410501142411674
Binary10101000100100111101001111001000101010011000101001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849E9; }

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

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

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

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

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

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

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

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