#A760A3

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

Shades of Violet Blue #A760A3

Tints of Violet Blue #A760A3

Color information

#A760A3 (or 0xA760A3) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and A3. RGB value is (167,96,163). Sum of RGB (Red+Green+Blue) = 167+96+163=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A760A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760A3 is #589F5C. Grayscale: #7C7C7C. Windows color (decimal): -5807965 or 10707111. OLE color: 10707111.

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

Color convert

RGB16796163-
CMYK00.430.020.35
HSL303.38º28.74%51.57%-
HSV(B)303.38º42.51%65.49%-
XYZ26.7319.2336.95-
YUV124.87149.52158.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 163 (64.06% from 255) = 38.26%
R=39.20%
G=22.54%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679616300.430.020.35303.3828.7451.57
HexA760A302B22312f1d34
Octal2471402430532434573564
Binary1010011111000001010001101010111010001110010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760A3; }

 p { color: rgb(167,96,163); }

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

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

 a { background-color: rgb(167,96,163); }

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

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

 span { border-color: rgb(167,96,163); }

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