#a763b2

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

Shades of Violet Blue #A763B2

Tints of Violet Blue #A763B2

Color information

#A763B2 (or 0xA763B2) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and B2. RGB value is (167,99,178). Sum of RGB (Red+Green+Blue) = 167+99+178=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #A763B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763B2 is #589C4D. Grayscale: #808080. Windows color (decimal): -5807182 or 11690919. OLE color: 11690919.

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

Color convert

RGB16799178-
CMYK0.060.4400.30
HSL291.65º33.91%54.31%-
HSV(B)291.65º44.38%69.8%-
XYZ28.4320.3544.55-
YUV128.34156.03155.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=37.61%
G=22.30%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167991780.060.4400.30291.6533.9154.31
HexA763B262C01E1242236
Octal2471432626540364444266
Binary10100111110001110110010110101100011110100100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a763b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a763b2; }

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

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

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

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

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

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

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

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