#A7459A

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

Shades of Violet Blue #A7459A

Tints of Violet Blue #A7459A

Color information

#A7459A (or 0xA7459A) is unknown color: approx Violet Blue. HEX triplet: A7, 45 and 9A. RGB value is (167,69,154). Sum of RGB (Red+Green+Blue) = 167+69+154=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7459A is #58BA65. Grayscale: #6B6B6B. Windows color (decimal): -5814886 or 10110375. OLE color: 10110375.

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

Color convert

RGB16769154-
CMYK00.590.080.35
HSL307.96º41.53%46.27%-
HSV(B)307.96º58.68%65.49%-
XYZ23.914.832.17-
YUV107.99153.97170.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=42.82%
G=17.69%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676915400.590.080.35307.9641.5346.27
HexA7459A03B8231342a2e
Octal24710523207310434645256
Binary1010011110001011001101001110111000100011100110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7459A; }

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

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

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

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

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

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

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

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