#A7649A

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

Shades of Violet Blue #A7649A

Tints of Violet Blue #A7649A

Color information

#A7649A (or 0xA7649A) is unknown color: approx Violet Blue. HEX triplet: A7, 64 and 9A. RGB value is (167,100,154). Sum of RGB (Red+Green+Blue) = 167+100+154=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7649A is #589B65. Grayscale: #7E7E7E. Windows color (decimal): -5806950 or 10118311. OLE color: 10118311.

HSL color Cylindrical-coordinate representation of color #A7649A: hue angle of 311.64º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7649A is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167100154-
CMYK00.400.080.35
HSL311.64º27.57%52.35%-
HSV(B)311.64º40.12%65.49%-
XYZ26.3319.6632.98-
YUV126.19143.7157.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=39.67%
G=23.75%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710015400.400.080.35311.6427.5752.35
HexA7649A0288231381c34
Octal24714423205010434703464
Binary101001111100100100110100101000100010001110011100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7649A; }

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

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

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

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

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

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

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

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