#A44BD3

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

Shades of Medium Orchid #A44BD3

Tints of Medium Orchid #A44BD3

Color information

#A44BD3 (or 0xA44BD3) is unknown color: approx Medium Orchid. HEX triplet: A4, 4B and D3. RGB value is (164,75,211). Sum of RGB (Red+Green+Blue) = 164+75+211=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #A44BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BD3 is #5BB42C. Grayscale: #747474. Windows color (decimal): -6009901 or 13847460. OLE color: 13847460.

HSL color Cylindrical-coordinate representation of color #A44BD3: hue angle of 279.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44BD3 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16475211-
CMYK0.220.6400.17
HSL279.26º60.71%56.08%-
HSV(B)279.26º64.45%82.75%-
XYZ29.5817.6363.47-
YUV117.12180.99161.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=36.44%
G=16.67%
B=46.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164752110.220.6400.17279.2660.7156.08
HexA44BD316400111173d38
Octal244113323261000214277570
Binary10100100100101111010011101101000000010001100010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BD3; }

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

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

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

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

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

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

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

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