#A253A0

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

Shades of Violet Blue #A253A0

Tints of Violet Blue #A253A0

Color information

#A253A0 (or 0xA253A0) is unknown color: approx Violet Blue. HEX triplet: A2, 53 and A0. RGB value is (162,83,160). Sum of RGB (Red+Green+Blue) = 162+83+160=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A253A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253A0 is #5DAC5F. Grayscale: #737373. Windows color (decimal): -6138976 or 10507170. OLE color: 10507170.

HSL color Cylindrical-coordinate representation of color #A253A0: hue angle of 301.52º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A253A0 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16283160-
CMYK00.490.010.36
HSL301.52º32.24%48.04%-
HSV(B)301.52º48.77%63.53%-
XYZ24.3416.4135.14-
YUV115.4153.17161.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=40%
G=20.49%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628316000.490.010.36301.5232.2448.04
HexA253A003112412e2030
Octal2421232400611444564060
Binary1010001010100111010000001100011100100100101110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253A0; }

 p { color: rgb(162,83,160); }

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

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

 a { background-color: rgb(162,83,160); }

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

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

 span { border-color: rgb(162,83,160); }

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