#A144AA

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

Shades of Violet Blue #A144AA

Tints of Violet Blue #A144AA

Color information

#A144AA (or 0xA144AA) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and AA. RGB value is (161,68,170). Sum of RGB (Red+Green+Blue) = 161+68+170=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #A144AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A144AA is #5EBB55. Grayscale: #6B6B6B. Windows color (decimal): -6208342 or 11158689. OLE color: 11158689.

HSL color Cylindrical-coordinate representation of color #A144AA: hue angle of 294.71º 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 #A144AA is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16168170-
CMYK0.050.600.33
HSL294.71º42.86%46.67%-
HSV(B)294.71º60%66.67%-
XYZ24.0214.6139.58-
YUV107.43163.31166.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=40.35%
G=17.04%
B=42.61%

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
Decimal161681700.050.600.33294.7142.8646.67
HexA144AA53C0211272b2f
Octal2411042525740414475357
Binary101000011000100101010101011111000100001100100111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A144AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A144AA; }

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

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

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

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

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

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

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

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