#A244A9

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

Shades of Violet Blue #A244A9

Tints of Violet Blue #A244A9

Color information

#A244A9 (or 0xA244A9) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and A9. RGB value is (162,68,169). Sum of RGB (Red+Green+Blue) = 162+68+169=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #A244A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A244A9 is #5DBB56. Grayscale: #6B6B6B. Windows color (decimal): -6142807 or 11093154. OLE color: 11093154.

HSL color Cylindrical-coordinate representation of color #A244A9: hue angle of 295.84º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A244A9 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16268169-
CMYK0.040.6000.34
HSL295.84º42.62%46.47%-
HSV(B)295.84º59.76%66.27%-
XYZ24.1314.6839.1-
YUV107.62162.64166.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=40.60%
G=17.04%
B=42.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162681690.040.6000.34295.8442.6246.47
HexA244A943C0221282b2e
Octal2421042514740424505356
Binary101000101000100101010011001111000100010100101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244A9; }

 p { color: rgb(162,68,169); }

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

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

 a { background-color: rgb(162,68,169); }

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

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

 span { border-color: rgb(162,68,169); }

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