#A44BDC

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

Shades of Medium Orchid #A44BDC

Tints of Medium Orchid #A44BDC

Color information

#A44BDC (or 0xA44BDC) is unknown color: approx Medium Orchid. HEX triplet: A4, 4B and DC. RGB value is (164,75,220). Sum of RGB (Red+Green+Blue) = 164+75+220=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A44BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BDC is #5BB423. Grayscale: #757575. Windows color (decimal): -6009892 or 14437284. OLE color: 14437284.

HSL color Cylindrical-coordinate representation of color #A44BDC: hue angle of 276.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44BDC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16475220-
CMYK0.250.6600.14
HSL276.83º67.44%57.84%-
HSV(B)276.83º65.91%86.27%-
XYZ30.7418.0969.58-
YUV118.14185.49160.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=35.73%
G=16.34%
B=47.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164752200.250.6600.14276.8367.4457.84
HexA44BDC19420E115433a
Octal2441133343110201642510372
Binary10100100100101111011100110011000010011101000101011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BDC; }

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

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

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

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

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

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

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

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