#A44198

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

Shades of Violet Blue #A44198

Tints of Violet Blue #A44198

Color information

#A44198 (or 0xA44198) is unknown color: approx Violet Blue. HEX triplet: A4, 41 and 98. RGB value is (164,65,152). Sum of RGB (Red+Green+Blue) = 164+65+152=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A44198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44198 is #5BBE67. Grayscale: #686868. Windows color (decimal): -6012520 or 9978276. OLE color: 9978276.

HSL color Cylindrical-coordinate representation of color #A44198: hue angle of 307.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44198 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16465152-
CMYK00.600.070.36
HSL307.27º43.23%44.9%-
HSV(B)307.27º60.37%64.31%-
XYZ22.8713.9431.19-
YUV104.52154.8170.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=43.04%
G=17.06%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646515200.600.070.36307.2743.2344.9
HexA4419803C7241332b2d
Octal2441012300747444635355
Binary101001001000001100110000111100111100100100110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44198; }

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

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

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

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

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

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

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

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