#A1289B

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

Shades of Vivid Violet #A1289B

Tints of Vivid Violet #A1289B

Color information

#A1289B (or 0xA1289B) is unknown color: approx Vivid Violet. HEX triplet: A1, 28 and 9B. RGB value is (161,40,155). Sum of RGB (Red+Green+Blue) = 161+40+155=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1289B is #5ED764. Grayscale: #585858. Windows color (decimal): -6215525 or 10168481. OLE color: 10168481.

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

Color convert

RGB16140155-
CMYK00.750.040.37
HSL302.98º60.2%39.41%-
HSV(B)302.98º75.16%63.14%-
XYZ21.3711.4632.1-
YUV89.29165.09179.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 40 (16.02% from 255) = 11.24%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=45.22%
G=11.24%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614015500.750.040.37302.9860.239.41
HexA1289B04B42512f3c27
Octal2415023301134454577447
Binary101000011010001001101101001011100100101100101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1289B; }

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

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

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

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

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

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

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

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