#A14A98

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

Shades of Violet Blue #A14A98

Tints of Violet Blue #A14A98

Color information

#A14A98 (or 0xA14A98) is unknown color: approx Violet Blue. HEX triplet: A1, 4A and 98. RGB value is (161,74,152). Sum of RGB (Red+Green+Blue) = 161+74+152=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A98 is #5EB567. Grayscale: #6C6C6C. Windows color (decimal): -6206824 or 9980577. OLE color: 9980577.

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

Color convert

RGB16174152-
CMYK00.540.060.37
HSL306.21º37.02%46.08%-
HSV(B)306.21º54.04%63.14%-
XYZ22.8114.7431.35-
YUV108.9152.32165.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 152 (59.77% from 255) = 39.28%
R=41.60%
G=19.12%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617415200.540.060.37306.2137.0246.08
HexA14A98036625132252e
Octal2411122300666454624556
Binary101000011001010100110000110110110100101100110010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A98; }

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

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

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

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

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

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

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

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