#A764AD

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

Shades of Violet Blue #A764AD

Tints of Violet Blue #A764AD

Color information

#A764AD (or 0xA764AD) is unknown color: approx Violet Blue. HEX triplet: A7, 64 and AD. RGB value is (167,100,173). Sum of RGB (Red+Green+Blue) = 167+100+173=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A764AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764AD is #589B52. Grayscale: #808080. Windows color (decimal): -5806931 or 11363495. OLE color: 11363495.

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

Color convert

RGB167100173-
CMYK0.030.4200.32
HSL295.07º30.8%53.53%-
HSV(B)295.07º42.2%67.84%-
XYZ28.0420.3541.98-
YUV128.35153.2155.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=37.95%
G=22.73%
B=39.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671001730.030.4200.32295.0730.853.53
HexA764AD32A0201271f36
Octal2471442553520404473766
Binary1010011111001001010110111101010010000010010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764AD; }

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

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

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

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

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

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

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

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