#A762AC

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

Shades of Violet Blue #A762AC

Tints of Violet Blue #A762AC

Color information

#A762AC (or 0xA762AC) is unknown color: approx Violet Blue. HEX triplet: A7, 62 and AC. RGB value is (167,98,172). Sum of RGB (Red+Green+Blue) = 167+98+172=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #A762AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A762AC is #589D53. Grayscale: #7E7E7E. Windows color (decimal): -5807444 or 11297447. OLE color: 11297447.

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

Color convert

RGB16798172-
CMYK0.030.4300.33
HSL295.95º30.83%52.94%-
HSV(B)295.95º43.02%67.45%-
XYZ27.7519.9341.41-
YUV127.07153.36156.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=38.22%
G=22.43%
B=39.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167981720.030.4300.33295.9530.8352.94
HexA762AC32B0211281f35
Octal2471422543530414503765
Binary1010011111000101010110011101011010000110010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762AC; }

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

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

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

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

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

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

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

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