#A1439D

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

Shades of Violet Blue #A1439D

Tints of Violet Blue #A1439D

Color information

#A1439D (or 0xA1439D) is unknown color: approx Violet Blue. HEX triplet: A1, 43 and 9D. RGB value is (161,67,157). Sum of RGB (Red+Green+Blue) = 161+67+157=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1439D is #5EBC62. Grayscale: #696969. Windows color (decimal): -6208611 or 10306465. OLE color: 10306465.

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

Color convert

RGB16167157-
CMYK00.580.020.37
HSL302.55º41.23%44.71%-
HSV(B)302.55º58.39%63.14%-
XYZ22.7914.0333.4-
YUV105.37157.14167.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 67 (26.56% from 255) = 17.40%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=41.82%
G=17.40%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616715700.580.020.37302.5541.2344.71
HexA1439D03A22512f292d
Octal2411032350722454575155
Binary10100001100001110011101011101010100101100101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1439D; }

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

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

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

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

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

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

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

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