#A44BEF

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

Shades of Medium Orchid #A44BEF

Tints of Medium Orchid #A44BEF

Color information

#A44BEF (or 0xA44BEF) is unknown color: approx Medium Orchid. HEX triplet: A4, 4B and EF. RGB value is (164,75,239). Sum of RGB (Red+Green+Blue) = 164+75+239=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #A44BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BEF is #5BB410. Grayscale: #777777. Windows color (decimal): -6009873 or 15682468. OLE color: 15682468.

HSL color Cylindrical-coordinate representation of color #A44BEF: hue angle of 272.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A44BEF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16475239-
CMYK0.310.6900.06
HSL272.56º83.67%61.57%-
HSV(B)272.56º68.62%93.73%-
XYZ33.4119.1683.6-
YUV120.31194.99159.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 75 (29.69% from 255) = 15.69%
BLUE value IS 239 (93.75% from 255) = 50%
R=34.31%
G=15.69%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164752390.310.6900.06272.5683.6761.57
HexA44BEF1F4506111543e
Octal244113357371050642112476
Binary1010010010010111110111111111100010101101000100011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BEF; }

 p { color: rgb(164,75,239); }

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

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

 a { background-color: rgb(164,75,239); }

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

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

 span { border-color: rgb(164,75,239); }

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