#A14C98

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

Shades of Violet Blue #A14C98

Tints of Violet Blue #A14C98

Color information

#A14C98 (or 0xA14C98) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 98. RGB value is (161,76,152). Sum of RGB (Red+Green+Blue) = 161+76+152=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C98 is #5EB367. Grayscale: #6D6D6D. Windows color (decimal): -6206312 or 9981089. OLE color: 9981089.

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

Color convert

RGB16176152-
CMYK00.530.060.37
HSL306.35º35.86%46.47%-
HSV(B)306.35º52.8%63.14%-
XYZ22.9515.0131.39-
YUV110.08151.66164.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=41.39%
G=19.54%
B=39.07%

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
Decimal1617615200.530.060.37306.3535.8646.47
HexA14C98035625132242e
Octal2411142300656454624456
Binary101000011001100100110000110101110100101100110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C98; }

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

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

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

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

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

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

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

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