#A763A6

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

Shades of Violet Blue #A763A6

Tints of Violet Blue #A763A6

Color information

#A763A6 (or 0xA763A6) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and A6. RGB value is (167,99,166). Sum of RGB (Red+Green+Blue) = 167+99+166=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A763A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763A6 is #589C59. Grayscale: #7E7E7E. Windows color (decimal): -5807194 or 10904487. OLE color: 10904487.

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

Color convert

RGB16799166-
CMYK00.410.010.35
HSL300.88º27.87%52.16%-
HSV(B)300.88º40.72%65.49%-
XYZ27.2819.8938.48-
YUV126.97150.03156.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=38.66%
G=22.92%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679916600.410.010.35300.8827.8752.16
HexA763A602912312d1c34
Octal2471432460511434553464
Binary101001111100011101001100101001110001110010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763A6; }

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

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

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

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

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

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

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

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