#A7409A

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

Shades of Violet Blue #A7409A

Tints of Violet Blue #A7409A

Color information

#A7409A (or 0xA7409A) is unknown color: approx Violet Blue. HEX triplet: A7, 40 and 9A. RGB value is (167,64,154). Sum of RGB (Red+Green+Blue) = 167+64+154=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A7409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7409A is #58BF65. Grayscale: #686868. Windows color (decimal): -5816166 or 10109095. OLE color: 10109095.

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

Color convert

RGB16764154-
CMYK00.620.080.35
HSL307.57º44.59%45.29%-
HSV(B)307.57º61.68%65.49%-
XYZ23.614.2232.07-
YUV105.06155.62172.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 154 (60.55% from 255) = 40%
R=43.38%
G=16.62%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676415400.620.080.35307.5744.5945.29
HexA7409A03E8231342d2d
Octal24710023207610434645555
Binary1010011110000001001101001111101000100011100110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7409A; }

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

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

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

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

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

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

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

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