#A135A2

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

Shades of Vivid Violet #A135A2

Tints of Vivid Violet #A135A2

Color information

#A135A2 (or 0xA135A2) is unknown color: approx Vivid Violet. HEX triplet: A1, 35 and A2. RGB value is (161,53,162). Sum of RGB (Red+Green+Blue) = 161+53+162=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #A135A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A135A2 is #5ECA5D. Grayscale: #616161. Windows color (decimal): -6212190 or 10630561. OLE color: 10630561.

HSL color Cylindrical-coordinate representation of color #A135A2: hue angle of 299.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A135A2 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16153162-
CMYK0.010.6700.36
HSL299.45º50.7%42.16%-
HSV(B)299.45º67.28%63.53%-
XYZ22.4912.7335.45-
YUV97.72164.28173.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 162 (63.67% from 255) = 43.09%
R=42.82%
G=14.10%
B=43.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161531620.010.6700.36299.4550.742.16
HexA135A214302412b332a
Octal2416524211030444536352
Binary1010000111010110100010110000110100100100101011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135A2; }

 p { color: rgb(161,53,162); }

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

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

 a { background-color: rgb(161,53,162); }

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

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

 span { border-color: rgb(161,53,162); }

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