#A760B2

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

Shades of Violet Blue #A760B2

Tints of Violet Blue #A760B2

Color information

#A760B2 (or 0xA760B2) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and B2. RGB value is (167,96,178). Sum of RGB (Red+Green+Blue) = 167+96+178=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 178 - color contains mainly: blue. Hex color #A760B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760B2 is #589F4D. Grayscale: #7E7E7E. Windows color (decimal): -5807950 or 11690151. OLE color: 11690151.

HSL color Cylindrical-coordinate representation of color #A760B2: hue angle of 291.95º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A760B2 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16796178-
CMYK0.060.4600.30
HSL291.95º34.75%53.73%-
HSV(B)291.95º46.07%69.8%-
XYZ28.1619.844.46-
YUV126.58157.02156.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=37.87%
G=21.77%
B=40.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167961780.060.4600.30291.9534.7553.73
HexA760B262E01E1242336
Octal2471402626560364444366
Binary10100111110000010110010110101110011110100100100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760B2; }

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

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

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

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

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

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

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

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