#A253A9

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

Shades of Violet Blue #A253A9

Tints of Violet Blue #A253A9

Color information

#A253A9 (or 0xA253A9) is unknown color: approx Violet Blue. HEX triplet: A2, 53 and A9. RGB value is (162,83,169). Sum of RGB (Red+Green+Blue) = 162+83+169=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #A253A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253A9 is #5DAC56. Grayscale: #747474. Windows color (decimal): -6138967 or 11096994. OLE color: 11096994.

HSL color Cylindrical-coordinate representation of color #A253A9: hue angle of 295.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A253A9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16283169-
CMYK0.040.5100.34
HSL295.12º34.13%49.41%-
HSV(B)295.12º50.89%66.27%-
XYZ25.1516.7339.44-
YUV116.42157.67160.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=39.13%
G=20.05%
B=40.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162831690.040.5100.34295.1234.1349.41
HexA253A94330221272231
Octal2421232514630424474261
Binary101000101010011101010011001100110100010100100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253A9; }

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

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

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

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

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

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

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

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