#A763A3

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

Shades of Violet Blue #A763A3

Tints of Violet Blue #A763A3

Color information

#A763A3 (or 0xA763A3) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and A3. RGB value is (167,99,163). Sum of RGB (Red+Green+Blue) = 167+99+163=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A763A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763A3 is #589C5C. Grayscale: #7E7E7E. Windows color (decimal): -5807197 or 10707879. OLE color: 10707879.

HSL color Cylindrical-coordinate representation of color #A763A3: hue angle of 303.53º 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 #A763A3 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16799163-
CMYK00.410.020.35
HSL303.53º27.87%52.16%-
HSV(B)303.53º40.72%65.49%-
XYZ27.0119.7837.05-
YUV126.63148.53156.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=38.93%
G=23.08%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679916300.410.020.35303.5327.8752.16
HexA763A30292231301c34
Octal2471432430512434603464
Binary1010011111000111010001101010011010001110011000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763A3; }

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

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

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

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

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

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

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

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