#A7609A

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

Shades of Violet Blue #A7609A

Tints of Violet Blue #A7609A

Color information

#A7609A (or 0xA7609A) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 9A. RGB value is (167,96,154). Sum of RGB (Red+Green+Blue) = 167+96+154=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A7609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7609A is #589F65. Grayscale: #7B7B7B. Windows color (decimal): -5807974 or 10117287. OLE color: 10117287.

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

Color convert

RGB16796154-
CMYK00.430.080.35
HSL310.99º28.74%51.57%-
HSV(B)310.99º42.51%65.49%-
XYZ25.9518.9132.85-
YUV123.84145.02158.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=40.05%
G=23.02%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679615400.430.080.35310.9928.7451.57
HexA7609A02B8231371d34
Octal24714023205310434673564
Binary101001111100000100110100101011100010001110011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7609A; }

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

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

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

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

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

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

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

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