#A14B8C

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

Shades of Violet Blue #A14B8C

Tints of Violet Blue #A14B8C

Color information

#A14B8C (or 0xA14B8C) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 8C. RGB value is (161,75,140). Sum of RGB (Red+Green+Blue) = 161+75+140=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B8C is #5EB473. Grayscale: #6B6B6B. Windows color (decimal): -6206580 or 9194401. OLE color: 9194401.

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

Color convert

RGB16175140-
CMYK00.530.130.37
HSL314.65º36.44%46.27%-
HSV(B)314.65º53.42%63.14%-
XYZ21.9514.526.45-
YUV108.12145.99165.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=42.82%
G=19.95%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617514000.530.130.37314.6536.4446.27
HexA14B8C035D2513b242e
Octal24111321406515454734456
Binary1010000110010111000110001101011101100101100111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B8C; }

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

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

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

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

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

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

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

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