#A372AB

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

Shades of Violet Blue #A372AB

Tints of Violet Blue #A372AB

Color information

#A372AB (or 0xA372AB) is unknown color: approx Violet Blue. HEX triplet: A3, 72 and AB. RGB value is (163,114,171). Sum of RGB (Red+Green+Blue) = 163+114+171=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A372AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AB is #5C8D54. Grayscale: #868686. Windows color (decimal): -6065493 or 11236003. OLE color: 11236003.

HSL color Cylindrical-coordinate representation of color #A372AB: hue angle of 291.58º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A372AB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163114171-
CMYK0.050.3300.33
HSL291.58º25.33%55.88%-
HSV(B)291.58º33.33%67.06%-
XYZ28.4722.7641.42-
YUV135.15148.23147.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=36.38%
G=25.45%
B=38.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631141710.050.3300.33291.5825.3355.88
HexA372AB5210211241938
Octal2431622535410414443170
Binary10100011111001010101011101100001010000110010010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372AB; }

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

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

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

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

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

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

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

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