#A162AB

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

Shades of Violet Blue #A162AB

Tints of Violet Blue #A162AB

Color information

#A162AB (or 0xA162AB) is unknown color: approx Violet Blue. HEX triplet: A1, 62 and AB. RGB value is (161,98,171). Sum of RGB (Red+Green+Blue) = 161+98+171=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A162AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A162AB is #5E9D54. Grayscale: #7C7C7C. Windows color (decimal): -6200661 or 11231905. OLE color: 11231905.

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

Color convert

RGB16198171-
CMYK0.060.4300.33
HSL291.78º30.29%52.75%-
HSV(B)291.78º42.69%67.06%-
XYZ26.4219.2540.85-
YUV125.16153.87153.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=37.44%
G=22.79%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161981710.060.4300.33291.7830.2952.75
HexA162AB62B0211241e35
Octal2411422536530414443665
Binary10100001110001010101011110101011010000110010010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A162AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A162AB; }

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

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

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

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

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

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

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

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