#A162AA

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

Shades of Violet Blue #A162AA

Tints of Violet Blue #A162AA

Color information

#A162AA (or 0xA162AA) is unknown color: approx Violet Blue. HEX triplet: A1, 62 and AA. RGB value is (161,98,170). Sum of RGB (Red+Green+Blue) = 161+98+170=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A162AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A162AA is #5E9D55. Grayscale: #7C7C7C. Windows color (decimal): -6200662 or 11166369. OLE color: 11166369.

HSL color Cylindrical-coordinate representation of color #A162AA: hue angle of 292.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 #A162AA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16198170-
CMYK0.050.4200.33
HSL292.5º29.75%52.55%-
HSV(B)292.5º42.35%66.67%-
XYZ26.3219.2140.35-
YUV125.04153.37153.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=37.53%
G=22.84%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161981700.050.4200.33292.529.7552.55
HexA162AA52A0211241e35
Octal2411422525520414443665
Binary10100001110001010101010101101010010000110010010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A162AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A162AA; }

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

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

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

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

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

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

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

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