#A44898

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

Shades of Violet Blue #A44898

Tints of Violet Blue #A44898

Color information

#A44898 (or 0xA44898) is unknown color: approx Violet Blue. HEX triplet: A4, 48 and 98. RGB value is (164,72,152). Sum of RGB (Red+Green+Blue) = 164+72+152=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A44898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44898 is #5BB767. Grayscale: #6C6C6C. Windows color (decimal): -6010728 or 9980068. OLE color: 9980068.

HSL color Cylindrical-coordinate representation of color #A44898: hue angle of 307.83º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44898 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16472152-
CMYK00.560.070.36
HSL307.83º38.98%46.27%-
HSV(B)307.83º56.1%64.31%-
XYZ23.2914.7931.33-
YUV108.63152.48167.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=42.27%
G=18.56%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647215200.560.070.36307.8338.9846.27
HexA44898038724134272e
Octal2441102300707444644756
Binary101001001001000100110000111000111100100100110100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44898; }

 p { color: rgb(164,72,152); }

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

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

 a { background-color: rgb(164,72,152); }

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

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

 span { border-color: rgb(164,72,152); }

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