#A7659C

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

Shades of Violet Blue #A7659C

Tints of Violet Blue #A7659C

Color information

#A7659C (or 0xA7659C) is unknown color: approx Violet Blue. HEX triplet: A7, 65 and 9C. RGB value is (167,101,156). Sum of RGB (Red+Green+Blue) = 167+101+156=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7659C is #589A63. Grayscale: #7E7E7E. Windows color (decimal): -5806692 or 10249639. OLE color: 10249639.

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

Color convert

RGB167101156-
CMYK00.400.070.35
HSL310º27.27%52.55%-
HSV(B)310º39.52%65.49%-
XYZ26.5919.9233.9-
YUV127144.37156.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=39.39%
G=23.82%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710115600.400.070.3531027.2752.55
HexA7659C0287231361b35
Octal2471452340507434663365
Binary10100111110010110011100010100011110001110011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7659C; }

 p { color: rgb(167,101,156); }

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

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

 a { background-color: rgb(167,101,156); }

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

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

 span { border-color: rgb(167,101,156); }

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