#A765A4

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

Shades of Violet Blue #A765A4

Tints of Violet Blue #A765A4

Color information

#A765A4 (or 0xA765A4) is unknown color: approx Violet Blue. HEX triplet: A7, 65 and A4. RGB value is (167,101,164). Sum of RGB (Red+Green+Blue) = 167+101+164=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A765A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A765A4 is #589A5B. Grayscale: #7F7F7F. Windows color (decimal): -5806684 or 10773927. OLE color: 10773927.

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

Color convert

RGB167101164-
CMYK00.400.020.35
HSL302.73º27.27%52.55%-
HSV(B)302.73º39.52%65.49%-
XYZ27.2920.237.58-
YUV127.92148.37155.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=38.66%
G=23.38%
B=37.96%

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
Decimal16710116400.400.020.35302.7327.2752.55
HexA765A402822312f1b35
Octal2471452440502434573365
Binary1010011111001011010010001010001010001110010111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765A4; }

 p { color: rgb(167,101,164); }

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

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

 a { background-color: rgb(167,101,164); }

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

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

 span { border-color: rgb(167,101,164); }

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