#A449AA

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

Shades of Violet Blue #A449AA

Tints of Violet Blue #A449AA

Color information

#A449AA (or 0xA449AA) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and AA. RGB value is (164,73,170). Sum of RGB (Red+Green+Blue) = 164+73+170=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 73 (28.91% from 255 or 17.94% 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 #A449AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AA is #5BB655. Grayscale: #6E6E6E. Windows color (decimal): -6010454 or 11159972. OLE color: 11159972.

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

Color convert

RGB16473170-
CMYK0.040.5700.33
HSL296.29º39.92%47.65%-
HSV(B)296.29º57.06%66.67%-
XYZ24.9515.5639.72-
YUV111.27161.15165.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=40.29%
G=17.94%
B=41.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164731700.040.5700.33296.2939.9247.65
HexA449AA4390211282830
Octal2441112524710414505060
Binary101001001001001101010101001110010100001100101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A449AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A449AA; }

 p { color: rgb(164,73,170); }

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

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

 a { background-color: rgb(164,73,170); }

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

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

 span { border-color: rgb(164,73,170); }

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