#A44E9C

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

Shades of Violet Blue #A44E9C

Tints of Violet Blue #A44E9C

Color information

#A44E9C (or 0xA44E9C) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and 9C. RGB value is (164,78,156). Sum of RGB (Red+Green+Blue) = 164+78+156=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E9C is #5BB163. Grayscale: #707070. Windows color (decimal): -6009188 or 10243748. OLE color: 10243748.

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

Color convert

RGB16478156-
CMYK00.520.050.36
HSL305.58º35.54%47.45%-
HSV(B)305.58º52.44%64.31%-
XYZ24.0315.7433.22-
YUV112.61152.49164.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=41.21%
G=19.60%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647815600.520.050.36305.5835.5447.45
HexA44E9C034524132242f
Octal2441162340645444624457
Binary101001001001110100111000110100101100100100110010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E9C; }

 p { color: rgb(164,78,156); }

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

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

 a { background-color: rgb(164,78,156); }

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

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

 span { border-color: rgb(164,78,156); }

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