#A145AB

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

Shades of Violet Blue #A145AB

Tints of Violet Blue #A145AB

Color information

#A145AB (or 0xA145AB) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and AB. RGB value is (161,69,171). Sum of RGB (Red+Green+Blue) = 161+69+171=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A145AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145AB is #5EBA54. Grayscale: #6B6B6B. Windows color (decimal): -6208085 or 11224481. OLE color: 11224481.

HSL color Cylindrical-coordinate representation of color #A145AB: hue angle of 294.12º degrees, saturation: 0.42, 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 #A145AB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16169171-
CMYK0.060.6000.33
HSL294.12º42.5%47.06%-
HSV(B)294.12º59.65%67.06%-
XYZ24.1814.7740.11-
YUV108.14163.48165.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=40.15%
G=17.21%
B=42.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161691710.060.6000.33294.1242.547.06
HexA145AB63C0211262a2f
Octal2411052536740414465257
Binary101000011000101101010111101111000100001100100110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145AB; }

 p { color: rgb(161,69,171); }

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

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

 a { background-color: rgb(161,69,171); }

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

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

 span { border-color: rgb(161,69,171); }

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