#A452AB

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

Shades of Violet Blue #A452AB

Tints of Violet Blue #A452AB

Color information

#A452AB (or 0xA452AB) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and AB. RGB value is (164,82,171). Sum of RGB (Red+Green+Blue) = 164+82+171=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A452AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452AB is #5BAD54. Grayscale: #747474. Windows color (decimal): -6008149 or 11227812. OLE color: 11227812.

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

Color convert

RGB16482171-
CMYK0.040.5200.33
HSL295.28º35.18%49.61%-
HSV(B)295.28º52.05%67.06%-
XYZ25.6816.8740.43-
YUV116.66158.67161.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=39.33%
G=19.66%
B=41.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164821710.040.5200.33295.2835.1849.61
HexA452AB4340211272332
Octal2441222534640414474362
Binary101001001010010101010111001101000100001100100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452AB; }

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

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

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

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

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

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

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

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