#A537AA

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

Shades of Violet Blue #A537AA

Tints of Violet Blue #A537AA

Color information

#A537AA (or 0xA537AA) is unknown color: approx Violet Blue. HEX triplet: A5, 37 and AA. RGB value is (165,55,170). Sum of RGB (Red+Green+Blue) = 165+55+170=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #A537AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537AA is #5AC855. Grayscale: #646464. Windows color (decimal): -5949526 or 11155365. OLE color: 11155365.

HSL color Cylindrical-coordinate representation of color #A537AA: hue angle of 297.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A537AA is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16555170-
CMYK0.030.6800.33
HSL297.39º51.11%44.12%-
HSV(B)297.39º67.65%66.67%-
XYZ24.1413.6339.39-
YUV101166.94173.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=42.31%
G=14.10%
B=43.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165551700.030.6800.33297.3951.1144.12
HexA537AA344021129332c
Octal2456725231040414516354
Binary10100101110111101010101110001000100001100101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537AA; }

 p { color: rgb(165,55,170); }

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

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

 a { background-color: rgb(165,55,170); }

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

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

 span { border-color: rgb(165,55,170); }

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