#A763AD

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

Shades of Violet Blue #A763AD

Tints of Violet Blue #A763AD

Color information

#A763AD (or 0xA763AD) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and AD. RGB value is (167,99,173). Sum of RGB (Red+Green+Blue) = 167+99+173=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A763AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763AD is #589C52. Grayscale: #7F7F7F. Windows color (decimal): -5807187 or 11363239. OLE color: 11363239.

HSL color Cylindrical-coordinate representation of color #A763AD: hue angle of 295.14º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A763AD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16799173-
CMYK0.030.4300.32
HSL295.14º31.09%53.33%-
HSV(B)295.14º42.77%67.84%-
XYZ27.9420.1641.95-
YUV127.77153.53155.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=38.04%
G=22.55%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167991730.030.4300.32295.1431.0953.33
HexA763AD32B0201271f35
Octal2471432553530404473765
Binary1010011111000111010110111101011010000010010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763AD; }

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

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

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

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

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

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

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

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