#A4389B

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

Shades of Violet Blue #A4389B

Tints of Violet Blue #A4389B

Color information

#A4389B (or 0xA4389B) is unknown color: approx Violet Blue. HEX triplet: A4, 38 and 9B. RGB value is (164,56,155). Sum of RGB (Red+Green+Blue) = 164+56+155=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4389B is #5BC764. Grayscale: #636363. Windows color (decimal): -6014821 or 10172580. OLE color: 10172580.

HSL color Cylindrical-coordinate representation of color #A4389B: hue angle of 305º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4389B is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16456155-
CMYK00.660.050.36
HSL305º49.09%43.14%-
HSV(B)305º65.85%64.31%-
XYZ22.6413.0932.34-
YUV99.58159.28173.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=43.73%
G=14.93%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645615500.660.050.3630549.0943.14
HexA4389B042524131312b
Octal2447023301025444616153
Binary101001001110001001101101000010101100100100110001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4389B; }

 p { color: rgb(164,56,155); }

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

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

 a { background-color: rgb(164,56,155); }

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

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

 span { border-color: rgb(164,56,155); }

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