#A553A4

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

Shades of Violet Blue #A553A4

Tints of Violet Blue #A553A4

Color information

#A553A4 (or 0xA553A4) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and A4. RGB value is (165,83,164). Sum of RGB (Red+Green+Blue) = 165+83+164=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A553A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553A4 is #5AAC5B. Grayscale: #747474. Windows color (decimal): -5942364 or 10769317. OLE color: 10769317.

HSL color Cylindrical-coordinate representation of color #A553A4: hue angle of 300.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A553A4 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16583164-
CMYK00.500.010.35
HSL300.73º33.06%48.63%-
HSV(B)300.73º49.7%64.71%-
XYZ25.3116.8737.04-
YUV116.75154.67162.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 164 (64.45% from 255) = 39.81%
R=40.05%
G=20.15%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658316400.500.010.35300.7333.0648.63
HexA553A403212312d2131
Octal2451232440621434554161
Binary1010010110100111010010001100101100011100101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553A4; }

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

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

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

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

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

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

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

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