#A14B9D

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

Shades of Violet Blue #A14B9D

Tints of Violet Blue #A14B9D

Color information

#A14B9D (or 0xA14B9D) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 9D. RGB value is (161,75,157). Sum of RGB (Red+Green+Blue) = 161+75+157=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B9D is #5EB462. Grayscale: #6D6D6D. Windows color (decimal): -6206563 or 10308513. OLE color: 10308513.

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

Color convert

RGB16175157-
CMYK00.530.020.37
HSL302.79º36.44%46.27%-
HSV(B)302.79º53.42%63.14%-
XYZ23.315.0433.57-
YUV110.06154.49164.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=40.97%
G=19.08%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617515700.530.020.37302.7936.4446.27
HexA14B9D03522512f242e
Octal2411132350652454574456
Binary10100001100101110011101011010110100101100101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B9D; }

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

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

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

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

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

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

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

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