#A762AB

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

Shades of Violet Blue #A762AB

Tints of Violet Blue #A762AB

Color information

#A762AB (or 0xA762AB) is unknown color: approx Violet Blue. HEX triplet: A7, 62 and AB. RGB value is (167,98,171). Sum of RGB (Red+Green+Blue) = 167+98+171=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A762AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A762AB is #589D54. Grayscale: #7E7E7E. Windows color (decimal): -5807445 or 11231911. OLE color: 11231911.

HSL color Cylindrical-coordinate representation of color #A762AB: hue angle of 296.71º degrees, saturation: 0.3, 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 #A762AB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16798171-
CMYK0.020.4300.33
HSL296.71º30.29%52.75%-
HSV(B)296.71º42.69%67.06%-
XYZ27.6519.8940.91-
YUV126.95152.86156.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=38.30%
G=22.48%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167981710.020.4300.33296.7130.2952.75
HexA762AB22B0211291e35
Octal2471422532530414513665
Binary1010011111000101010101110101011010000110010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762AB; }

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

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

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

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

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

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

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

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