#A052AB

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

Shades of Violet Blue #A052AB

Tints of Violet Blue #A052AB

Color information

#A052AB (or 0xA052AB) is unknown color: approx Violet Blue. HEX triplet: A0, 52 and AB. RGB value is (160,82,171). Sum of RGB (Red+Green+Blue) = 160+82+171=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A052AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AB is #5FAD54. Grayscale: #737373. Windows color (decimal): -6270293 or 11227808. OLE color: 11227808.

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

Color convert

RGB16082171-
CMYK0.060.5200.33
HSL292.58º35.18%49.61%-
HSV(B)292.58º52.05%67.06%-
XYZ24.8716.4540.39-
YUV115.47159.34159.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=38.74%
G=19.85%
B=41.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160821710.060.5200.33292.5835.1849.61
HexA052AB6340211252332
Octal2401222536640414454362
Binary101000001010010101010111101101000100001100100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A052AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A052AB; }

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

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

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

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

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

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

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

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