#A14B8E

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

Shades of Violet Blue #A14B8E

Tints of Violet Blue #A14B8E

Color information

#A14B8E (or 0xA14B8E) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 8E. RGB value is (161,75,142). Sum of RGB (Red+Green+Blue) = 161+75+142=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B8E is #5EB471. Grayscale: #6C6C6C. Windows color (decimal): -6206578 or 9325473. OLE color: 9325473.

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

Color convert

RGB16175142-
CMYK00.530.120.37
HSL313.26º36.44%46.27%-
HSV(B)313.26º53.42%63.14%-
XYZ22.114.5627.24-
YUV108.35146.99165.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=42.59%
G=19.84%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617514200.530.120.37313.2636.4446.27
HexA14B8E035C25139242e
Octal24111321606514454714456
Binary1010000110010111000111001101011100100101100111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B8E; }

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

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

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

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

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

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

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

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