#A37BA2

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

Shades of Violet Blue #A37BA2

Tints of Violet Blue #A37BA2

Color information

#A37BA2 (or 0xA37BA2) is unknown color: approx Violet Blue. HEX triplet: A3, 7B and A2. RGB value is (163,123,162). Sum of RGB (Red+Green+Blue) = 163+123+162=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A37BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37BA2 is #5C845D. Grayscale: #8B8B8B. Windows color (decimal): -6063198 or 10648483. OLE color: 10648483.

HSL color Cylindrical-coordinate representation of color #A37BA2: hue angle of 301.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37BA2 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB163123162-
CMYK00.250.010.36
HSL301.5º17.86%56.08%-
HSV(B)301.5º24.54%63.92%-
XYZ28.7124.5637.41-
YUV139.41140.75144.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 162 (63.67% from 255) = 36.16%
R=36.38%
G=27.46%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312316200.250.010.36301.517.8656.08
HexA37BA201912412e1238
Octal2431732420311444562270
Binary10100011111101110100010011001110010010010111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BA2; }

 p { color: rgb(163,123,162); }

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

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

 a { background-color: rgb(163,123,162); }

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

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

 span { border-color: rgb(163,123,162); }

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