#A44293

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

Shades of Violet Blue #A44293

Tints of Violet Blue #A44293

Color information

#A44293 (or 0xA44293) is unknown color: approx Violet Blue. HEX triplet: A4, 42 and 93. RGB value is (164,66,147). Sum of RGB (Red+Green+Blue) = 164+66+147=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44293 is #5BBD6C. Grayscale: #686868. Windows color (decimal): -6012269 or 9650852. OLE color: 9650852.

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

Color convert

RGB16466147-
CMYK00.600.100.36
HSL310.41º42.61%45.1%-
HSV(B)310.41º59.76%64.31%-
XYZ22.5213.929.1-
YUV104.54151.97170.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=43.50%
G=17.51%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646614700.600.100.36310.4142.6145.1
HexA4429303CA241362b2d
Octal24410222307412444665355
Binary1010010010000101001001101111001010100100100110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44293; }

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

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

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

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

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

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

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

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