#A44CA2

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

Shades of Violet Blue #A44CA2

Tints of Violet Blue #A44CA2

Color information

#A44CA2 (or 0xA44CA2) is unknown color: approx Violet Blue. HEX triplet: A4, 4C and A2. RGB value is (164,76,162). Sum of RGB (Red+Green+Blue) = 164+76+162=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A44CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44CA2 is #5BB35D. Grayscale: #6F6F6F. Windows color (decimal): -6009694 or 10636452. OLE color: 10636452.

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

Color convert

RGB16476162-
CMYK00.540.010.36
HSL301.36º36.67%47.06%-
HSV(B)301.36º53.66%64.31%-
XYZ24.4215.6735.92-
YUV112.12156.15165.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=40.80%
G=18.91%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647616200.540.010.36301.3636.6747.06
HexA44CA203612412d252f
Octal2441142420661444554557
Binary1010010010011001010001001101101100100100101101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44CA2; }

 p { color: rgb(164,76,162); }

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

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

 a { background-color: rgb(164,76,162); }

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

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

 span { border-color: rgb(164,76,162); }

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