#A553A3

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

Shades of Violet Blue #A553A3

Tints of Violet Blue #A553A3

Color information

#A553A3 (or 0xA553A3) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and A3. RGB value is (165,83,163). Sum of RGB (Red+Green+Blue) = 165+83+163=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A553A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553A3 is #5AAC5C. Grayscale: #747474. Windows color (decimal): -5942365 or 10703781. OLE color: 10703781.

HSL color Cylindrical-coordinate representation of color #A553A3: hue angle of 301.46º 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 #A553A3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16583163-
CMYK00.500.010.35
HSL301.46º33.06%48.63%-
HSV(B)301.46º49.7%64.71%-
XYZ25.2216.8336.57-
YUV116.64154.17162.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 163 (64.06% from 255) = 39.66%
R=40.15%
G=20.19%
B=39.66%

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
Decimal1658316300.500.010.35301.4633.0648.63
HexA553A303212312d2131
Octal2451232430621434554161
Binary1010010110100111010001101100101100011100101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553A3; }

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

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

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

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

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

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

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

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