#A235A1

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

Shades of Vivid Violet #A235A1

Tints of Vivid Violet #A235A1

Color information

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

HSL color Cylindrical-coordinate representation of color #A235A1: hue angle of 300.55º 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 #A235A1 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16253161-
CMYK00.670.010.36
HSL300.55º50.7%42.16%-
HSV(B)300.55º67.28%63.53%-
XYZ22.6112.835-
YUV97.9163.61173.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625316100.670.010.36300.5550.742.16
HexA235A104312412d332a
Octal2426524101031444556352
Binary1010001011010110100001010000111100100100101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235A1; }

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

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

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

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

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

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

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

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