#A769A4

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

Shades of Violet Blue #A769A4

Tints of Violet Blue #A769A4

Color information

#A769A4 (or 0xA769A4) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and A4. RGB value is (167,105,164). Sum of RGB (Red+Green+Blue) = 167+105+164=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A769A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769A4 is #58965B. Grayscale: #828282. Windows color (decimal): -5805660 or 10774951. OLE color: 10774951.

HSL color Cylindrical-coordinate representation of color #A769A4: hue angle of 302.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A769A4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167105164-
CMYK00.370.020.35
HSL302.9º26.05%53.33%-
HSV(B)302.9º37.13%65.49%-
XYZ27.692137.72-
YUV130.26147.04154.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=38.30%
G=24.08%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710516400.370.020.35302.926.0553.33
HexA769A402522312f1a35
Octal2471512440452434573265
Binary1010011111010011010010001001011010001110010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769A4; }

 p { color: rgb(167,105,164); }

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

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

 a { background-color: rgb(167,105,164); }

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

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

 span { border-color: rgb(167,105,164); }

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