#A148AB

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

Shades of Violet Blue #A148AB

Tints of Violet Blue #A148AB

Color information

#A148AB (or 0xA148AB) is unknown color: approx Violet Blue. HEX triplet: A1, 48 and AB. RGB value is (161,72,171). Sum of RGB (Red+Green+Blue) = 161+72+171=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #A148AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A148AB is #5EB754. Grayscale: #6D6D6D. Windows color (decimal): -6207317 or 11225249. OLE color: 11225249.

HSL color Cylindrical-coordinate representation of color #A148AB: hue angle of 293.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A148AB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16172171-
CMYK0.060.5800.33
HSL293.94º40.74%47.65%-
HSV(B)293.94º57.89%67.06%-
XYZ24.3715.1540.17-
YUV109.9162.49164.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 72 (28.52% from 255) = 17.82%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=39.85%
G=17.82%
B=42.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161721710.060.5800.33293.9440.7447.65
HexA148AB63A0211262930
Octal2411102536720414465160
Binary101000011001000101010111101110100100001100100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A148AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A148AB; }

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

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

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

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

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

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

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

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