#A444A5

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

Shades of Violet Blue #A444A5

Tints of Violet Blue #A444A5

Color information

#A444A5 (or 0xA444A5) is unknown color: approx Violet Blue. HEX triplet: A4, 44 and A5. RGB value is (164,68,165). Sum of RGB (Red+Green+Blue) = 164+68+165=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #A444A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A444A5 is #5BBB5A. Grayscale: #6B6B6B. Windows color (decimal): -6011739 or 10831012. OLE color: 10831012.

HSL color Cylindrical-coordinate representation of color #A444A5: hue angle of 299.38º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A444A5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16468165-
CMYK0.010.5900.35
HSL299.38º41.63%45.69%-
HSV(B)299.38º58.79%64.71%-
XYZ24.1714.7437.17-
YUV107.76160.3168.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=41.31%
G=17.13%
B=41.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164681650.010.5900.35299.3841.6345.69
HexA444A513B02312b2a2e
Octal2441042451730434535256
Binary1010010010001001010010111110110100011100101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444A5; }

 p { color: rgb(164,68,165); }

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

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

 a { background-color: rgb(164,68,165); }

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

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

 span { border-color: rgb(164,68,165); }

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