#A152AB

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

Shades of Violet Blue #A152AB

Tints of Violet Blue #A152AB

Color information

#A152AB (or 0xA152AB) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and AB. RGB value is (161,82,171). Sum of RGB (Red+Green+Blue) = 161+82+171=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A152AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A152AB is #5EAD54. Grayscale: #737373. Windows color (decimal): -6204757 or 11227809. OLE color: 11227809.

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

Color convert

RGB16182171-
CMYK0.060.5200.33
HSL293.26º35.18%49.61%-
HSV(B)293.26º52.05%67.06%-
XYZ25.0716.5540.4-
YUV115.77159.17160.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=38.89%
G=19.81%
B=41.30%

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
Decimal161821710.060.5200.33293.2635.1849.61
HexA152AB6340211252332
Octal2411222536640414454362
Binary101000011010010101010111101101000100001100100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A152AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A152AB; }

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

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

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

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

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

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

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

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