#A1478F

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

Shades of Violet Blue #A1478F

Tints of Violet Blue #A1478F

Color information

#A1478F (or 0xA1478F) is unknown color: approx Violet Blue. HEX triplet: A1, 47 and 8F. RGB value is (161,71,143). Sum of RGB (Red+Green+Blue) = 161+71+143=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1478F is #5EB870. Grayscale: #696969. Windows color (decimal): -6207601 or 9389985. OLE color: 9389985.

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

Color convert

RGB16171143-
CMYK00.560.110.37
HSL312º38.79%45.49%-
HSV(B)312º55.9%63.14%-
XYZ21.9114.0727.55-
YUV106.12148.82167.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=42.93%
G=18.93%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617114300.560.110.3731238.7945.49
HexA1478F038B25138272d
Octal24110721707013454704755
Binary1010000110001111000111101110001011100101100111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1478F; }

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

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

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

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

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

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

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

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