#A437AA

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

Shades of Violet Blue #A437AA

Tints of Violet Blue #A437AA

Color information

#A437AA (or 0xA437AA) is unknown color: approx Violet Blue. HEX triplet: A4, 37 and AA. RGB value is (164,55,170). Sum of RGB (Red+Green+Blue) = 164+55+170=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #A437AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A437AA is #5BC855. Grayscale: #646464. Windows color (decimal): -6015062 or 11155364. OLE color: 11155364.

HSL color Cylindrical-coordinate representation of color #A437AA: hue angle of 296.87º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A437AA is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16455170-
CMYK0.040.6800.33
HSL296.87º51.11%44.12%-
HSV(B)296.87º67.65%66.67%-
XYZ23.9313.5339.38-
YUV100.7167.11173.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 55 (21.88% from 255) = 14.14%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=42.16%
G=14.14%
B=43.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164551700.040.6800.33296.8751.1144.12
HexA437AA444021129332c
Octal2446725241040414516354
Binary101001001101111010101010010001000100001100101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A437AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A437AA; }

 p { color: rgb(164,55,170); }

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

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

 a { background-color: rgb(164,55,170); }

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

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

 span { border-color: rgb(164,55,170); }

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