#A372A7

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

Shades of Violet Blue #A372A7

Tints of Violet Blue #A372A7

Color information

#A372A7 (or 0xA372A7) is unknown color: approx Violet Blue. HEX triplet: A3, 72 and A7. RGB value is (163,114,167). Sum of RGB (Red+Green+Blue) = 163+114+167=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 167 - color contains mainly: blue. Hex color #A372A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372A7 is #5C8D58. Grayscale: #868686. Windows color (decimal): -6065497 or 10973859. OLE color: 10973859.

HSL color Cylindrical-coordinate representation of color #A372A7: hue angle of 295.47º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A372A7 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163114167-
CMYK0.020.3200.35
HSL295.47º23.14%55.1%-
HSV(B)295.47º31.74%65.49%-
XYZ28.122.6139.44-
YUV134.69146.23148.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 167 (65.62% from 255) = 37.61%
R=36.71%
G=25.68%
B=37.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631141670.020.3200.35295.4723.1455.1
HexA372A72200231271737
Octal2431622472400434472767
Binary1010001111100101010011110100000010001110010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372A7; }

 p { color: rgb(163,114,167); }

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

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

 a { background-color: rgb(163,114,167); }

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

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

 span { border-color: rgb(163,114,167); }

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