#A14591

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

Shades of Violet Blue #A14591

Tints of Violet Blue #A14591

Color information

#A14591 (or 0xA14591) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 91. RGB value is (161,69,145). Sum of RGB (Red+Green+Blue) = 161+69+145=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14591 is #5EBA6E. Grayscale: #686868. Windows color (decimal): -6208111 or 9520545. OLE color: 9520545.

HSL color Cylindrical-coordinate representation of color #A14591: hue angle of 310.43º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14591 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB16169145-
CMYK00.570.100.37
HSL310.43º40%45.1%-
HSV(B)310.43º57.14%63.14%-
XYZ21.9413.8828.31-
YUV105.17150.48167.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=42.93%
G=18.4%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616914500.570.100.37310.434045.1
HexA14591039A25136282d
Octal24110522107112454665055
Binary1010000110001011001000101110011010100101100110110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14591; }

 p { color: rgb(161,69,145); }

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

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

 a { background-color: rgb(161,69,145); }

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

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

 span { border-color: rgb(161,69,145); }

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