#A14B90

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

Shades of Violet Blue #A14B90

Tints of Violet Blue #A14B90

Color information

#A14B90 (or 0xA14B90) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 90. RGB value is (161,75,144). Sum of RGB (Red+Green+Blue) = 161+75+144=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B90 is #5EB46F. Grayscale: #6C6C6C. Windows color (decimal): -6206576 or 9456545. OLE color: 9456545.

HSL color Cylindrical-coordinate representation of color #A14B90: hue angle of 311.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14B90 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16175144-
CMYK00.530.110.37
HSL311.86º36.44%46.27%-
HSV(B)311.86º53.42%63.14%-
XYZ22.2514.6228.04-
YUV108.58147.99165.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=42.37%
G=19.74%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617514400.530.110.37311.8636.4446.27
HexA14B90035B25138242e
Octal24111322006513454704456
Binary1010000110010111001000001101011011100101100111000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B90; }

 p { color: rgb(161,75,144); }

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

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

 a { background-color: rgb(161,75,144); }

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

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

 span { border-color: rgb(161,75,144); }

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