#A7649D

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

Shades of Violet Blue #A7649D

Tints of Violet Blue #A7649D

Color information

#A7649D (or 0xA7649D) is unknown color: approx Violet Blue. HEX triplet: A7, 64 and 9D. RGB value is (167,100,157). Sum of RGB (Red+Green+Blue) = 167+100+157=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7649D is #589B62. Grayscale: #7E7E7E. Windows color (decimal): -5806947 or 10314919. OLE color: 10314919.

HSL color Cylindrical-coordinate representation of color #A7649D: hue angle of 308.96º 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 #A7649D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB167100157-
CMYK00.400.060.35
HSL308.96º27.57%52.35%-
HSV(B)308.96º40.12%65.49%-
XYZ26.5819.7634.31-
YUV126.53145.2156.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=39.39%
G=23.58%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710015700.400.060.35308.9627.5752.35
HexA7649D0286231351c34
Octal2471442350506434653464
Binary10100111110010010011101010100011010001110011010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7649D; }

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

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

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

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

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

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

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

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