#A537A4

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

Shades of Violet Blue #A537A4

Tints of Violet Blue #A537A4

Color information

#A537A4 (or 0xA537A4) is unknown color: approx Violet Blue. HEX triplet: A5, 37 and A4. RGB value is (165,55,164). Sum of RGB (Red+Green+Blue) = 165+55+164=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A537A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537A4 is #5AC85B. Grayscale: #636363. Windows color (decimal): -5949532 or 10762149. OLE color: 10762149.

HSL color Cylindrical-coordinate representation of color #A537A4: hue angle of 300.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A537A4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16555164-
CMYK00.670.010.35
HSL300.55º50%43.14%-
HSV(B)300.55º66.67%64.71%-
XYZ23.5813.4136.47-
YUV100.32163.94174.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=42.97%
G=14.32%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655516400.670.010.35300.555043.14
HexA537A404312312d322b
Octal2456724401031434556253
Binary1010010111011110100100010000111100011100101101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537A4; }

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

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

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

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

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

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

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

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