#A1478E

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

Shades of Violet Blue #A1478E

Tints of Violet Blue #A1478E

Color information

#A1478E (or 0xA1478E) is unknown color: approx Violet Blue. HEX triplet: A1, 47 and 8E. RGB value is (161,71,142). Sum of RGB (Red+Green+Blue) = 161+71+142=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1478E is #5EB871. Grayscale: #696969. Windows color (decimal): -6207602 or 9324449. OLE color: 9324449.

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

Color convert

RGB16171142-
CMYK00.560.120.37
HSL312.67º38.79%45.49%-
HSV(B)312.67º55.9%63.14%-
XYZ21.8314.0427.15-
YUV106148.32167.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=43.05%
G=18.98%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617114200.560.120.37312.6738.7945.49
HexA1478E038C25139272d
Octal24110721607014454714755
Binary1010000110001111000111001110001100100101100111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1478E; }

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

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

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

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

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

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

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

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