#A252AB

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

Shades of Violet Blue #A252AB

Tints of Violet Blue #A252AB

Color information

#A252AB (or 0xA252AB) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and AB. RGB value is (162,82,171). Sum of RGB (Red+Green+Blue) = 162+82+171=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #A252AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252AB is #5DAD54. Grayscale: #737373. Windows color (decimal): -6139221 or 11227810. OLE color: 11227810.

HSL color Cylindrical-coordinate representation of color #A252AB: hue angle of 293.93º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A252AB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16282171-
CMYK0.050.5200.33
HSL293.93º35.18%49.61%-
HSV(B)293.93º52.05%67.06%-
XYZ25.2716.6640.41-
YUV116.07159160.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=39.04%
G=19.76%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162821710.050.5200.33293.9335.1849.61
HexA252AB5340211262332
Octal2421222535640414464362
Binary101000101010010101010111011101000100001100100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252AB; }

 p { color: rgb(162,82,171); }

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

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

 a { background-color: rgb(162,82,171); }

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

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

 span { border-color: rgb(162,82,171); }

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