#A762AA

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

Shades of Violet Blue #A762AA

Tints of Violet Blue #A762AA

Color information

#A762AA (or 0xA762AA) is unknown color: approx Violet Blue. HEX triplet: A7, 62 and AA. RGB value is (167,98,170). Sum of RGB (Red+Green+Blue) = 167+98+170=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A762AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A762AA is #589D55. Grayscale: #7E7E7E. Windows color (decimal): -5807446 or 11166375. OLE color: 11166375.

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

Color convert

RGB16798170-
CMYK0.020.4200.33
HSL297.5º29.75%52.55%-
HSV(B)297.5º42.35%66.67%-
XYZ27.5619.8540.41-
YUV126.84152.36156.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=38.39%
G=22.53%
B=39.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167981700.020.4200.33297.529.7552.55
HexA762AA22A02112a1e35
Octal2471422522520414523665
Binary1010011111000101010101010101010010000110010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762AA; }

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

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

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

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

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

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

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

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