#A44DDE

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

Shades of Medium Orchid #A44DDE

Tints of Medium Orchid #A44DDE

Color information

#A44DDE (or 0xA44DDE) is unknown color: approx Medium Orchid. HEX triplet: A4, 4D and DE. RGB value is (164,77,222). Sum of RGB (Red+Green+Blue) = 164+77+222=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A44DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DDE is #5BB221. Grayscale: #777777. Windows color (decimal): -6009378 or 14568868. OLE color: 14568868.

HSL color Cylindrical-coordinate representation of color #A44DDE: hue angle of 276º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44DDE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16477222-
CMYK0.260.6500.13
HSL276º68.72%58.63%-
HSV(B)276º65.32%87.06%-
XYZ31.1518.4771.03-
YUV119.54185.82159.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 77 (30.47% from 255) = 16.63%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=35.42%
G=16.63%
B=47.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164772220.260.6500.1327668.7258.63
HexA44DDE1A410D114453b
Octal2441153363210101542410573
Binary10100100100110111011110110101000001011011000101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DDE; }

 p { color: rgb(164,77,222); }

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

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

 a { background-color: rgb(164,77,222); }

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

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

 span { border-color: rgb(164,77,222); }

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