#A235A0

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

Shades of Vivid Violet #A235A0

Tints of Vivid Violet #A235A0

Color information

#A235A0 (or 0xA235A0) is unknown color: approx Vivid Violet. HEX triplet: A2, 35 and A0. RGB value is (162,53,160). Sum of RGB (Red+Green+Blue) = 162+53+160=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A235A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A235A0 is #5DCA5F. Grayscale: #616161. Windows color (decimal): -6146656 or 10499490. OLE color: 10499490.

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

Color convert

RGB16253160-
CMYK00.670.010.36
HSL301.1º50.7%42.16%-
HSV(B)301.1º67.28%63.53%-
XYZ22.5212.7734.53-
YUV97.79163.11173.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=43.2%
G=14.13%
B=42.67%

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
Decimal1625316000.670.010.36301.150.742.16
HexA235A004312412d332a
Octal2426524001031444556352
Binary1010001011010110100000010000111100100100101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235A0; }

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

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

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

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

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

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

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

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