#A762AE

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

Shades of Violet Blue #A762AE

Tints of Violet Blue #A762AE

Color information

#A762AE (or 0xA762AE) is unknown color: approx Violet Blue. HEX triplet: A7, 62 and AE. RGB value is (167,98,174). Sum of RGB (Red+Green+Blue) = 167+98+174=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A762AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A762AE is #589D51. Grayscale: #7F7F7F. Windows color (decimal): -5807442 or 11428519. OLE color: 11428519.

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

Color convert

RGB16798174-
CMYK0.040.4400.32
HSL294.47º31.93%53.33%-
HSV(B)294.47º43.68%68.24%-
XYZ27.9420.0142.43-
YUV127.3154.36156.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=38.04%
G=22.32%
B=39.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167981740.040.4400.32294.4731.9353.33
HexA762AE42C0201262035
Octal2471422564540404464065
Binary101001111100010101011101001011000100000100100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762AE; }

 p { color: rgb(167,98,174); }

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

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

 a { background-color: rgb(167,98,174); }

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

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

 span { border-color: rgb(167,98,174); }

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