#A432A3

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

Shades of Vivid Violet #A432A3

Tints of Vivid Violet #A432A3

Color information

#A432A3 (or 0xA432A3) is unknown color: approx Vivid Violet. HEX triplet: A4, 32 and A3. RGB value is (164,50,163). Sum of RGB (Red+Green+Blue) = 164+50+163=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A432A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432A3 is #5BCD5C. Grayscale: #606060. Windows color (decimal): -6016349 or 10695332. OLE color: 10695332.

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

Color convert

RGB16450163-
CMYK00.700.010.36
HSL300.53º53.27%41.96%-
HSV(B)300.53º69.51%64.31%-
XYZ23.0612.8235.91-
YUV96.97165.27175.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=43.50%
G=13.26%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645016300.700.010.36300.5353.2741.96
HexA432A304612412d352a
Octal2446224301061444556552
Binary1010010011001010100011010001101100100100101101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432A3; }

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

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

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

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

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

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

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

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