#A44CE5

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

Shades of Medium Orchid #A44CE5

Tints of Medium Orchid #A44CE5

Color information

#A44CE5 (or 0xA44CE5) is unknown color: approx Medium Orchid. HEX triplet: A4, 4C and E5. RGB value is (164,76,229). Sum of RGB (Red+Green+Blue) = 164+76+229=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #A44CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CE5 is #5BB31A. Grayscale: #777777. Windows color (decimal): -6009627 or 15027364. OLE color: 15027364.

HSL color Cylindrical-coordinate representation of color #A44CE5: hue angle of 274.51º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44CE5 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16476229-
CMYK0.280.6700.10
HSL274.51º74.63%59.8%-
HSV(B)274.51º66.81%89.8%-
XYZ32.0418.7276.05-
YUV119.75189.65159.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=34.97%
G=16.20%
B=48.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164762290.280.6700.10274.5174.6359.8
HexA44CE51C430A1134b3c
Octal2441143453410301242311374
Binary10100100100110011100101111001000011010101000100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44CE5; }

 p { color: rgb(164,76,229); }

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

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

 a { background-color: rgb(164,76,229); }

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

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

 span { border-color: rgb(164,76,229); }

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