#A432A0

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

Shades of Vivid Violet #A432A0

Tints of Vivid Violet #A432A0

Color information

#A432A0 (or 0xA432A0) is unknown color: approx Vivid Violet. HEX triplet: A4, 32 and A0. RGB value is (164,50,160). Sum of RGB (Red+Green+Blue) = 164+50+160=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A432A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432A0 is #5BCD5F. Grayscale: #606060. Windows color (decimal): -6016352 or 10498724. OLE color: 10498724.

HSL color Cylindrical-coordinate representation of color #A432A0: hue angle of 302.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A432A0 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16450160-
CMYK00.700.020.36
HSL302.11º53.27%41.96%-
HSV(B)302.11º69.51%64.31%-
XYZ22.812.7134.51-
YUV96.63163.77176.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 160 (62.89% from 255) = 42.78%
R=43.85%
G=13.37%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645016000.700.020.36302.1153.2741.96
HexA432A004622412e352a
Octal2446224001062444566552
Binary10100100110010101000000100011010100100100101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432A0; }

 p { color: rgb(164,50,160); }

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

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

 a { background-color: rgb(164,50,160); }

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

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

 span { border-color: rgb(164,50,160); }

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