#A7509A

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

Shades of Violet Blue #A7509A

Tints of Violet Blue #A7509A

Color information

#A7509A (or 0xA7509A) is unknown color: approx Violet Blue. HEX triplet: A7, 50 and 9A. RGB value is (167,80,154). Sum of RGB (Red+Green+Blue) = 167+80+154=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A7509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7509A is #58AF65. Grayscale: #727272. Windows color (decimal): -5812070 or 10113191. OLE color: 10113191.

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

Color convert

RGB16780154-
CMYK00.520.080.35
HSL308.97º35.22%48.43%-
HSV(B)308.97º52.1%65.49%-
XYZ24.6416.2932.42-
YUV114.45150.32165.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=41.65%
G=19.95%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678015400.520.080.35308.9735.2248.43
HexA7509A0348231352330
Octal24712023206410434654360
Binary1010011110100001001101001101001000100011100110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7509A; }

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

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

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

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

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

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

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

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