#A4649A

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

Shades of Violet Blue #A4649A

Tints of Violet Blue #A4649A

Color information

#A4649A (or 0xA4649A) is unknown color: approx Violet Blue. HEX triplet: A4, 64 and 9A. RGB value is (164,100,154). Sum of RGB (Red+Green+Blue) = 164+100+154=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4649A is #5B9B65. Grayscale: #7D7D7D. Windows color (decimal): -6003558 or 10118308. OLE color: 10118308.

HSL color Cylindrical-coordinate representation of color #A4649A: hue angle of 309.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4649A is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164100154-
CMYK00.390.060.36
HSL309.38º26.02%51.76%-
HSV(B)309.38º39.02%64.31%-
XYZ25.719.3432.95-
YUV125.29144.2155.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=39.23%
G=23.92%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410015400.390.060.36309.3826.0251.76
HexA4649A0276241351a34
Octal2441442320476444653264
Binary10100100110010010011010010011111010010010011010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4649A; }

 p { color: rgb(164,100,154); }

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

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

 a { background-color: rgb(164,100,154); }

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

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

 span { border-color: rgb(164,100,154); }

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