#A37AA4

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

Shades of Violet Blue #A37AA4

Tints of Violet Blue #A37AA4

Color information

#A37AA4 (or 0xA37AA4) is unknown color: approx Violet Blue. HEX triplet: A3, 7A and A4. RGB value is (163,122,164). Sum of RGB (Red+Green+Blue) = 163+122+164=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 164 - color contains mainly: blue. Hex color #A37AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AA4 is #5C855B. Grayscale: #8A8A8A. Windows color (decimal): -6063452 or 10779299. OLE color: 10779299.

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

Color convert

RGB163122164-
CMYK0.010.2600.36
HSL298.57º18.75%56.08%-
HSV(B)298.57º25.61%64.31%-
XYZ28.7624.3938.31-
YUV139.05142.08145.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=36.30%
G=27.17%
B=36.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631221640.010.2600.36298.5718.7556.08
HexA37AA411A02412b1338
Octal2431722441320444532370
Binary10100011111101010100100111010010010010010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AA4; }

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

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

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

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

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

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

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

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