#A437A8

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

Shades of Violet Blue #A437A8

Tints of Violet Blue #A437A8

Color information

#A437A8 (or 0xA437A8) is unknown color: approx Violet Blue. HEX triplet: A4, 37 and A8. RGB value is (164,55,168). Sum of RGB (Red+Green+Blue) = 164+55+168=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #A437A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A437A8 is #5BC857. Grayscale: #646464. Windows color (decimal): -6015064 or 11024292. OLE color: 11024292.

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

Color convert

RGB16455168-
CMYK0.020.6700.34
HSL297.88º50.67%43.73%-
HSV(B)297.88º67.26%65.88%-
XYZ23.7413.4538.39-
YUV100.47166.11173.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 168 (66.02% from 255) = 43.41%
R=42.38%
G=14.21%
B=43.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164551680.020.6700.34297.8850.6743.73
HexA437A824302212a332c
Octal2446725021030424526354
Binary10100100110111101010001010000110100010100101010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A437A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A437A8; }

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

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

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

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

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

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

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

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