#A7469A

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

Shades of Violet Blue #A7469A

Tints of Violet Blue #A7469A

Color information

#A7469A (or 0xA7469A) is unknown color: approx Violet Blue. HEX triplet: A7, 46 and 9A. RGB value is (167,70,154). Sum of RGB (Red+Green+Blue) = 167+70+154=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7469A is #58B965. Grayscale: #6C6C6C. Windows color (decimal): -5814630 or 10110631. OLE color: 10110631.

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

Color convert

RGB16770154-
CMYK00.580.080.35
HSL308.04º40.93%46.47%-
HSV(B)308.04º58.08%65.49%-
XYZ23.9614.9332.19-
YUV108.58153.64169.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=42.71%
G=17.90%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677015400.580.080.35308.0440.9346.47
HexA7469A03A823134292e
Octal24710623207210434645156
Binary1010011110001101001101001110101000100011100110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7469A; }

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

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

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

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

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

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

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

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