#A453AB

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

Shades of Violet Blue #A453AB

Tints of Violet Blue #A453AB

Color information

#A453AB (or 0xA453AB) is unknown color: approx Violet Blue. HEX triplet: A4, 53 and AB. RGB value is (164,83,171). Sum of RGB (Red+Green+Blue) = 164+83+171=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #A453AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453AB is #5BAC54. Grayscale: #747474. Windows color (decimal): -6007893 or 11228068. OLE color: 11228068.

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

Color convert

RGB16483171-
CMYK0.040.5100.33
HSL295.23º34.65%49.8%-
HSV(B)295.23º51.46%67.06%-
XYZ25.7517.0240.46-
YUV117.25158.34161.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=39.23%
G=19.86%
B=40.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164831710.040.5100.33295.2334.6549.8
HexA453AB4330211272332
Octal2441232534630414474362
Binary101001001010011101010111001100110100001100100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A453AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A453AB; }

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

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

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

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

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

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

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

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