#A14B97

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

Shades of Violet Blue #A14B97

Tints of Violet Blue #A14B97

Color information

#A14B97 (or 0xA14B97) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 97. RGB value is (161,75,151). Sum of RGB (Red+Green+Blue) = 161+75+151=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B97 is #5EB468. Grayscale: #6D6D6D. Windows color (decimal): -6206569 or 9915297. OLE color: 9915297.

HSL color Cylindrical-coordinate representation of color #A14B97: hue angle of 306.98º 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 #A14B97 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16175151-
CMYK00.530.060.37
HSL306.98º36.44%46.27%-
HSV(B)306.98º53.42%63.14%-
XYZ22.814.8430.94-
YUV109.38151.49164.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=41.60%
G=19.38%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617515100.530.060.37306.9836.4446.27
HexA14B97035625133242e
Octal2411132270656454634456
Binary101000011001011100101110110101110100101100110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B97; }

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

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

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

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

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

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

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

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