#A244AA

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

Shades of Violet Blue #A244AA

Tints of Violet Blue #A244AA

Color information

#A244AA (or 0xA244AA) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and AA. RGB value is (162,68,170). Sum of RGB (Red+Green+Blue) = 162+68+170=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #A244AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A244AA is #5DBB55. Grayscale: #6B6B6B. Windows color (decimal): -6142806 or 11158690. OLE color: 11158690.

HSL color Cylindrical-coordinate representation of color #A244AA: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A244AA is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16268170-
CMYK0.050.600.33
HSL295.29º42.86%46.67%-
HSV(B)295.29º60%66.67%-
XYZ24.2214.7239.59-
YUV107.73163.14166.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=40.5%
G=17%
B=42.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162681700.050.600.33295.2942.8646.67
HexA244AA53C0211272b2f
Octal2421042525740414475357
Binary101000101000100101010101011111000100001100100111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244AA; }

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

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

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

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

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

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

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

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