#A0769D

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

Shades of Violet Blue #A0769D

Tints of Violet Blue #A0769D

Color information

#A0769D (or 0xA0769D) is unknown color: approx Violet Blue. HEX triplet: A0, 76 and 9D. RGB value is (160,118,157). Sum of RGB (Red+Green+Blue) = 160+118+157=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0769D is #5F8962. Grayscale: #868686. Windows color (decimal): -6261091 or 10319520. OLE color: 10319520.

HSL color Cylindrical-coordinate representation of color #A0769D: hue angle of 304.29º 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 #A0769D is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160118157-
CMYK00.260.020.37
HSL304.29º18.1%54.51%-
HSV(B)304.29º26.25%62.75%-
XYZ27.0622.8634.89-
YUV135140.41145.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=36.78%
G=27.13%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011815700.260.020.37304.2918.154.51
HexA0769D01A2251301237
Octal2401662350322454602267
Binary101000001110110100111010110101010010110011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0769D; }

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

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

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

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

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

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

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

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