#A1389C

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

Shades of Violet Blue #A1389C

Tints of Violet Blue #A1389C

Color information

#A1389C (or 0xA1389C) is unknown color: approx Violet Blue. HEX triplet: A1, 38 and 9C. RGB value is (161,56,156). Sum of RGB (Red+Green+Blue) = 161+56+156=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1389C is #5EC763. Grayscale: #626262. Windows color (decimal): -6211428 or 10238113. OLE color: 10238113.

HSL color Cylindrical-coordinate representation of color #A1389C: hue angle of 302.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1389C is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16156156-
CMYK00.650.030.37
HSL302.86º48.39%42.55%-
HSV(B)302.86º65.22%63.14%-
XYZ22.1112.8132.76-
YUV98.79160.29172.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 56 (22.27% from 255) = 15.01%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=43.16%
G=15.01%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615615600.650.030.37302.8648.3942.55
HexA1389C04132512f302b
Octal2417023401013454576053
Binary10100001111000100111000100000111100101100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1389C; }

 p { color: rgb(161,56,156); }

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

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

 a { background-color: rgb(161,56,156); }

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

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

 span { border-color: rgb(161,56,156); }

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