#A44DAD

Color #A44DAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A44DAD

Tints of Violet Blue #A44DAD

Color information

#A44DAD (or 0xA44DAD) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and AD. RGB value is (164,77,173). Sum of RGB (Red+Green+Blue) = 164+77+173=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A44DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44DAD is #5BB252. Grayscale: #717171. Windows color (decimal): -6009427 or 11357604. OLE color: 11357604.

HSL color Cylindrical-coordinate representation of color #A44DAD: hue angle of 294.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44DAD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16477173-
CMYK0.050.5500.32
HSL294.38º38.4%49.02%-
HSV(B)294.38º55.49%67.84%-
XYZ25.5116.2241.32-
YUV113.96161.32163.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=39.61%
G=18.60%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164771730.050.5500.32294.3838.449.02
HexA44DAD5370201262631
Octal2441152555670404464661
Binary101001001001101101011011011101110100000100100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DAD; }

 p { color: rgb(164,77,173); }

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

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

 a { background-color: rgb(164,77,173); }

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

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

 span { border-color: rgb(164,77,173); }

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