#A04DAA

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

Shades of Violet Blue #A04DAA

Tints of Violet Blue #A04DAA

Color information

#A04DAA (or 0xA04DAA) is unknown color: approx Violet Blue. HEX triplet: A0, 4D and AA. RGB value is (160,77,170). Sum of RGB (Red+Green+Blue) = 160+77+170=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #A04DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAA is #5FB255. Grayscale: #707070. Windows color (decimal): -6271574 or 11160992. OLE color: 11160992.

HSL color Cylindrical-coordinate representation of color #A04DAA: hue angle of 293.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04DAA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16077170-
CMYK0.060.5500.33
HSL293.55º37.65%48.43%-
HSV(B)293.55º54.71%66.67%-
XYZ24.4115.6839.77-
YUV112.42160.5161.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=39.31%
G=18.92%
B=41.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160771700.060.5500.33293.5537.6548.43
HexA04DAA6370211262630
Octal2401152526670414464660
Binary101000001001101101010101101101110100001100100110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04DAA; }

 p { color: rgb(160,77,170); }

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

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

 a { background-color: rgb(160,77,170); }

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

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

 span { border-color: rgb(160,77,170); }

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