#A44298

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

Shades of Violet Blue #A44298

Tints of Violet Blue #A44298

Color information

#A44298 (or 0xA44298) is unknown color: approx Violet Blue. HEX triplet: A4, 42 and 98. RGB value is (164,66,152). Sum of RGB (Red+Green+Blue) = 164+66+152=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A44298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44298 is #5BBD67. Grayscale: #686868. Windows color (decimal): -6012264 or 9978532. OLE color: 9978532.

HSL color Cylindrical-coordinate representation of color #A44298: hue angle of 307.35º 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 #A44298 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16466152-
CMYK00.600.070.36
HSL307.35º42.61%45.1%-
HSV(B)307.35º59.76%64.31%-
XYZ22.9314.0631.21-
YUV105.11154.47170.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=42.93%
G=17.28%
B=39.79%

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
Decimal1646615200.600.070.36307.3542.6145.1
HexA4429803C7241332b2d
Octal2441022300747444635355
Binary101001001000010100110000111100111100100100110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44298; }

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

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

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

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

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

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

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

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