#A373A2

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

Shades of Violet Blue #A373A2

Tints of Violet Blue #A373A2

Color information

#A373A2 (or 0xA373A2) is unknown color: approx Violet Blue. HEX triplet: A3, 73 and A2. RGB value is (163,115,162). Sum of RGB (Red+Green+Blue) = 163+115+162=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A373A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A373A2 is #5C8C5D. Grayscale: #868686. Windows color (decimal): -6065246 or 10646435. OLE color: 10646435.

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

Color convert

RGB163115162-
CMYK00.290.010.36
HSL301.25º20.69%54.51%-
HSV(B)301.25º29.45%63.92%-
XYZ27.7622.6637.09-
YUV134.71143.4148.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=37.05%
G=26.14%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311516200.290.010.36301.2520.6954.51
HexA373A201D12412d1537
Octal2431632420351444552567
Binary10100011111001110100010011101110010010010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A373A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A373A2; }

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

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

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

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

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

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

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

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