#A7469B

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

Shades of Violet Blue #A7469B

Tints of Violet Blue #A7469B

Color information

#A7469B (or 0xA7469B) is unknown color: approx Violet Blue. HEX triplet: A7, 46 and 9B. RGB value is (167,70,155). Sum of RGB (Red+Green+Blue) = 167+70+155=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7469B is #58B964. Grayscale: #6C6C6C. Windows color (decimal): -5814629 or 10176167. OLE color: 10176167.

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

Color convert

RGB16770155-
CMYK00.580.070.35
HSL307.42º40.93%46.47%-
HSV(B)307.42º58.08%65.49%-
XYZ24.0414.9632.63-
YUV108.69154.14169.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=42.60%
G=17.86%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677015500.580.070.35307.4240.9346.47
HexA7469B03A723133292e
Octal2471062330727434635156
Binary101001111000110100110110111010111100011100110011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7469B; }

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

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

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

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

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

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

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

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