#A14B8D

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

Shades of Violet Blue #A14B8D

Tints of Violet Blue #A14B8D

Color information

#A14B8D (or 0xA14B8D) is unknown color: approx Violet Blue. HEX triplet: A1, 4B and 8D. RGB value is (161,75,141). Sum of RGB (Red+Green+Blue) = 161+75+141=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B8D is #5EB472. Grayscale: #6C6C6C. Windows color (decimal): -6206579 or 9259937. OLE color: 9259937.

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

Color convert

RGB16175141-
CMYK00.530.120.37
HSL313.95º36.44%46.27%-
HSV(B)313.95º53.42%63.14%-
XYZ22.0214.5326.84-
YUV108.24146.49165.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=42.71%
G=19.89%
B=37.40%

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
Decimal1617514100.530.120.37313.9536.4446.27
HexA14B8D035C2513a242e
Octal24111321506514454724456
Binary1010000110010111000110101101011100100101100111010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B8D; }

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

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

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

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

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

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

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

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