#A449A3

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

Shades of Violet Blue #A449A3

Tints of Violet Blue #A449A3

Color information

#A449A3 (or 0xA449A3) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and A3. RGB value is (164,73,163). Sum of RGB (Red+Green+Blue) = 164+73+163=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A449A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449A3 is #5BB65C. Grayscale: #6E6E6E. Windows color (decimal): -6010461 or 10701220. OLE color: 10701220.

HSL color Cylindrical-coordinate representation of color #A449A3: hue angle of 300.66º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A449A3 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16473163-
CMYK00.550.010.36
HSL300.66º38.4%46.47%-
HSV(B)300.66º55.49%64.31%-
XYZ24.315.336.32-
YUV110.47157.65166.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 163 (64.06% from 255) = 40.75%
R=41%
G=18.25%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647316300.550.010.36300.6638.446.47
HexA449A303712412d262e
Octal2441112430671444554656
Binary1010010010010011010001101101111100100100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A449A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A449A3; }

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

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

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

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

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

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

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

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