#A853AE

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

Shades of Violet Blue #A853AE

Tints of Violet Blue #A853AE

Color information

#A853AE (or 0xA853AE) is unknown color: approx Violet Blue. HEX triplet: A8, 53 and AE. RGB value is (168,83,174). Sum of RGB (Red+Green+Blue) = 168+83+174=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #A853AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853AE is #57AC51. Grayscale: #767676. Windows color (decimal): -5745746 or 11424680. OLE color: 11424680.

HSL color Cylindrical-coordinate representation of color #A853AE: hue angle of 296.04º 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 #A853AE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16883174-
CMYK0.030.5200.32
HSL296.04º35.97%50.39%-
HSV(B)296.04º52.3%68.24%-
XYZ26.8817.5742.02-
YUV118.79159.16163.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 83 (32.81% from 255) = 19.53%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=39.53%
G=19.53%
B=40.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168831740.030.5200.32296.0435.9750.39
HexA853AE3340201282432
Octal2501232563640404504462
Binary10101000101001110101110111101000100000100101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A853AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A853AE; }

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

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

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

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

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

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

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

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