#A7609E

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

Shades of Violet Blue #A7609E

Tints of Violet Blue #A7609E

Color information

#A7609E (or 0xA7609E) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 9E. RGB value is (167,96,158). Sum of RGB (Red+Green+Blue) = 167+96+158=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7609E is #589F61. Grayscale: #7C7C7C. Windows color (decimal): -5807970 or 10379431. OLE color: 10379431.

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

Color convert

RGB16796158-
CMYK00.430.050.35
HSL307.61º28.74%51.57%-
HSV(B)307.61º42.51%65.49%-
XYZ26.2919.0534.64-
YUV124.3147.02158.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=39.67%
G=22.80%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679615800.430.050.35307.6128.7451.57
HexA7609E02B5231341d34
Octal2471402360535434643564
Binary10100111110000010011110010101110110001110011010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7609E; }

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

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

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

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

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

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

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

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