#A1289A

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

Shades of Vivid Violet #A1289A

Tints of Vivid Violet #A1289A

Color information

#A1289A (or 0xA1289A) is unknown color: approx Vivid Violet. HEX triplet: A1, 28 and 9A. RGB value is (161,40,154). Sum of RGB (Red+Green+Blue) = 161+40+154=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1289A is #5ED765. Grayscale: #585858. Windows color (decimal): -6215526 or 10102945. OLE color: 10102945.

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

Color convert

RGB16140154-
CMYK00.750.040.37
HSL303.47º60.2%39.41%-
HSV(B)303.47º75.16%63.14%-
XYZ21.2911.4331.66-
YUV89.18164.59179.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 40 (16.02% from 255) = 11.27%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=45.35%
G=11.27%
B=43.38%

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
Decimal1614015400.750.040.37303.4760.239.41
HexA1289A04B42512f3c27
Octal2415023201134454577447
Binary101000011010001001101001001011100100101100101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1289A; }

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

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

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

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

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

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

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

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