#A761B3

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

Shades of Violet Blue #A761B3

Tints of Violet Blue #A761B3

Color information

#A761B3 (or 0xA761B3) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and B3. RGB value is (167,97,179). Sum of RGB (Red+Green+Blue) = 167+97+179=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #A761B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761B3 is #589E4C. Grayscale: #7F7F7F. Windows color (decimal): -5807693 or 11755943. OLE color: 11755943.

HSL color Cylindrical-coordinate representation of color #A761B3: hue angle of 291.22º 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 #A761B3 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16797179-
CMYK0.070.4600.30
HSL291.22º35.04%54.12%-
HSV(B)291.22º45.81%70.2%-
XYZ28.3520.0245.02-
YUV127.28157.19156.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=37.70%
G=21.90%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167971790.070.4600.30291.2235.0454.12
HexA761B372E01E1232336
Octal2471412637560364434366
Binary10100111110000110110011111101110011110100100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761B3; }

 p { color: rgb(167,97,179); }

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

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

 a { background-color: rgb(167,97,179); }

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

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

 span { border-color: rgb(167,97,179); }

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