#A14B98

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

Shades of Violet Blue #A14B98

Tints of Violet Blue #A14B98

Color information

#A14B98 (or 0xA14B98) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 98. RGB value is (161,75,152). Sum of RGB (Red+Green+Blue) = 161+75+152=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B98 is #5EB467. Grayscale: #6D6D6D. Windows color (decimal): -6206568 or 9980833. OLE color: 9980833.

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

Color convert

RGB16175152-
CMYK00.530.060.37
HSL306.28º36.44%46.27%-
HSV(B)306.28º53.42%63.14%-
XYZ22.8814.8831.37-
YUV109.49151.99164.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=41.49%
G=19.33%
B=39.18%

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
Decimal1617515200.530.060.37306.2836.4446.27
HexA14B98035625132242e
Octal2411132300656454624456
Binary101000011001011100110000110101110100101100110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B98; }

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

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

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

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

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

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

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

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