#A44BD8

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

Shades of Medium Orchid #A44BD8

Tints of Medium Orchid #A44BD8

Color information

#A44BD8 (or 0xA44BD8) is unknown color: approx Medium Orchid. HEX triplet: A4, 4B and D8. RGB value is (164,75,216). Sum of RGB (Red+Green+Blue) = 164+75+216=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #A44BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BD8 is #5BB427. Grayscale: #757575. Windows color (decimal): -6009896 or 14175140. OLE color: 14175140.

HSL color Cylindrical-coordinate representation of color #A44BD8: hue angle of 277.87º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44BD8 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16475216-
CMYK0.240.6500.15
HSL277.87º64.38%57.06%-
HSV(B)277.87º65.28%84.71%-
XYZ30.2217.8866.82-
YUV117.68183.49161.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=36.04%
G=16.48%
B=47.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164752160.240.6500.15277.8764.3857.06
HexA44BD818410F1164039
Octal2441133303010101742610071
Binary10100100100101111011000110001000001011111000101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BD8; }

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

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

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

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

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

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

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

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