#A764A3

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

Shades of Violet Blue #A764A3

Tints of Violet Blue #A764A3

Color information

#A764A3 (or 0xA764A3) is unknown color: approx Violet Blue. HEX triplet: A7, 64 and A3. RGB value is (167,100,163). Sum of RGB (Red+Green+Blue) = 167+100+163=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A764A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764A3 is #589B5C. Grayscale: #7F7F7F. Windows color (decimal): -5806941 or 10708135. OLE color: 10708135.

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

Color convert

RGB167100163-
CMYK00.400.020.35
HSL303.58º27.57%52.35%-
HSV(B)303.58º40.12%65.49%-
XYZ27.119.9737.08-
YUV127.22148.2156.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=38.84%
G=23.26%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710016300.400.020.35303.5827.5752.35
HexA764A30282231301c34
Octal2471442430502434603464
Binary1010011111001001010001101010001010001110011000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764A3; }

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

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

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

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

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

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

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

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