#A253AE

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

Shades of Violet Blue #A253AE

Tints of Violet Blue #A253AE

Color information

#A253AE (or 0xA253AE) is unknown color: approx Violet Blue. HEX triplet: A2, 53 and AE. RGB value is (162,83,174). Sum of RGB (Red+Green+Blue) = 162+83+174=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #A253AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253AE is #5DAC51. Grayscale: #747474. Windows color (decimal): -6138962 or 11424674. OLE color: 11424674.

HSL color Cylindrical-coordinate representation of color #A253AE: hue angle of 292.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A253AE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16283174-
CMYK0.070.5200.32
HSL292.09º35.97%50.39%-
HSV(B)292.09º52.3%68.24%-
XYZ25.6316.9241.96-
YUV116.99160.17160.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=38.66%
G=19.81%
B=41.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162831740.070.5200.32292.0935.9750.39
HexA253AE7340201242432
Octal2421232567640404444462
Binary101000101010011101011101111101000100000100100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253AE; }

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

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

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

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

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

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

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

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