#A537A3

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

Shades of Violet Blue #A537A3

Tints of Violet Blue #A537A3

Color information

#A537A3 (or 0xA537A3) is unknown color: approx Violet Blue. HEX triplet: A5, 37 and A3. RGB value is (165,55,163). Sum of RGB (Red+Green+Blue) = 165+55+163=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A537A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537A3 is #5AC85C. Grayscale: #636363. Windows color (decimal): -5949533 or 10696613. OLE color: 10696613.

HSL color Cylindrical-coordinate representation of color #A537A3: hue angle of 301.09º 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 #A537A3 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16555163-
CMYK00.670.010.35
HSL301.09º50%43.14%-
HSV(B)301.09º66.67%64.71%-
XYZ23.4913.3835.99-
YUV100.2163.44174.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 163 (64.06% from 255) = 42.56%
R=43.08%
G=14.36%
B=42.56%

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
Decimal1655516300.670.010.35301.095043.14
HexA537A304312312d322b
Octal2456724301031434556253
Binary1010010111011110100011010000111100011100101101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537A3; }

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

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

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

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

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

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

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

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