#A4439F

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

Shades of Violet Blue #A4439F

Tints of Violet Blue #A4439F

Color information

#A4439F (or 0xA4439F) is unknown color: approx Violet Blue. HEX triplet: A4, 43 and 9F. RGB value is (164,67,159). Sum of RGB (Red+Green+Blue) = 164+67+159=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4439F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4439F is #5BBC60. Grayscale: #6A6A6A. Windows color (decimal): -6012001 or 10437540. OLE color: 10437540.

HSL color Cylindrical-coordinate representation of color #A4439F: hue angle of 303.09º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4439F is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16467159-
CMYK00.590.030.36
HSL303.09º41.99%45.29%-
HSV(B)303.09º59.15%64.31%-
XYZ23.5814.4134.34-
YUV106.49157.64169.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 67 (26.56% from 255) = 17.18%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=42.05%
G=17.18%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646715900.590.030.36303.0941.9945.29
HexA4439F03B32412f2a2d
Octal2441032370733444575255
Binary10100100100001110011111011101111100100100101111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4439F; }

 p { color: rgb(164,67,159); }

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

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

 a { background-color: rgb(164,67,159); }

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

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

 span { border-color: rgb(164,67,159); }

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