#A37AA2

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

Shades of Violet Blue #A37AA2

Tints of Violet Blue #A37AA2

Color information

#A37AA2 (or 0xA37AA2) is unknown color: approx Violet Blue. HEX triplet: A3, 7A and A2. RGB value is (163,122,162). Sum of RGB (Red+Green+Blue) = 163+122+162=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A37AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AA2 is #5C855D. Grayscale: #8A8A8A. Windows color (decimal): -6063454 or 10648227. OLE color: 10648227.

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

Color convert

RGB163122162-
CMYK00.250.010.36
HSL301.46º18.22%55.88%-
HSV(B)301.46º25.15%63.92%-
XYZ28.5924.3137.37-
YUV138.82141.08145.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=36.47%
G=27.29%
B=36.24%

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
Decimal16312216200.250.010.36301.4618.2255.88
HexA37AA201912412d1238
Octal2431722420311444552270
Binary10100011111101010100010011001110010010010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AA2; }

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

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

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

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

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

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

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

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