#A1439B

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

Shades of Violet Blue #A1439B

Tints of Violet Blue #A1439B

Color information

#A1439B (or 0xA1439B) is unknown color: approx Violet Blue. HEX triplet: A1, 43 and 9B. RGB value is (161,67,155). Sum of RGB (Red+Green+Blue) = 161+67+155=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1439B is #5EBC64. Grayscale: #686868. Windows color (decimal): -6208613 or 10175393. OLE color: 10175393.

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

Color convert

RGB16167155-
CMYK00.580.040.37
HSL303.83º41.23%44.71%-
HSV(B)303.83º58.39%63.14%-
XYZ22.6213.9632.51-
YUV105.14156.14167.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=42.04%
G=17.49%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616715500.580.040.37303.8341.2344.71
HexA1439B03A425130292d
Octal2411032330724454605155
Binary101000011000011100110110111010100100101100110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1439B; }

 p { color: rgb(161,67,155); }

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

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

 a { background-color: rgb(161,67,155); }

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

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

 span { border-color: rgb(161,67,155); }

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