#A0769E

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

Shades of Violet Blue #A0769E

Tints of Violet Blue #A0769E

Color information

#A0769E (or 0xA0769E) is unknown color: approx Violet Blue. HEX triplet: A0, 76 and 9E. RGB value is (160,118,158). Sum of RGB (Red+Green+Blue) = 160+118+158=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0769E is #5F8961. Grayscale: #878787. Windows color (decimal): -6261090 or 10385056. OLE color: 10385056.

HSL color Cylindrical-coordinate representation of color #A0769E: hue angle of 302.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0769E is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160118158-
CMYK00.260.010.37
HSL302.86º18.1%54.51%-
HSV(B)302.86º26.25%62.75%-
XYZ27.1522.935.34-
YUV135.12140.91145.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=36.70%
G=27.06%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011815800.260.010.37302.8618.154.51
HexA0769E01A12512f1237
Octal2401662360321454572267
Binary10100000111011010011110011010110010110010111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0769E; }

 p { color: rgb(160,118,158); }

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

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

 a { background-color: rgb(160,118,158); }

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

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

 span { border-color: rgb(160,118,158); }

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