#A7609C

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

Shades of Violet Blue #A7609C

Tints of Violet Blue #A7609C

Color information

#A7609C (or 0xA7609C) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 9C. RGB value is (167,96,156). Sum of RGB (Red+Green+Blue) = 167+96+156=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A7609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7609C is #589F63. Grayscale: #7B7B7B. Windows color (decimal): -5807972 or 10248359. OLE color: 10248359.

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

Color convert

RGB16796156-
CMYK00.430.070.35
HSL309.3º28.74%51.57%-
HSV(B)309.3º42.51%65.49%-
XYZ26.1218.9833.74-
YUV124.07146.02158.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=39.86%
G=22.91%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679615600.430.070.35309.328.7451.57
HexA7609C02B7231351d34
Octal2471402340537434653564
Binary10100111110000010011100010101111110001110011010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7609C; }

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

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

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

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

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

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

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

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