#A763B3

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

Shades of Violet Blue #A763B3

Tints of Violet Blue #A763B3

Color information

#A763B3 (or 0xA763B3) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and B3. RGB value is (167,99,179). Sum of RGB (Red+Green+Blue) = 167+99+179=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #A763B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763B3 is #589C4C. Grayscale: #808080. Windows color (decimal): -5807181 or 11756455. OLE color: 11756455.

HSL color Cylindrical-coordinate representation of color #A763B3: hue angle of 291º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A763B3 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16799179-
CMYK0.070.4500.30
HSL291º34.48%54.51%-
HSV(B)291º44.69%70.2%-
XYZ28.5320.3945.08-
YUV128.45156.53155.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=37.53%
G=22.25%
B=40.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167991790.070.4500.3029134.4854.51
HexA763B372D01E1232237
Octal2471432637550364434267
Binary10100111110001110110011111101101011110100100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763B3; }

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

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

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

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

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

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

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

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