Html Css Color HEX #A4329D Vivid Violet

📋 copy color: '#A4329D'

red 164 ◦ green 50 ◦ blue 157

#A4329D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #A4329D

Tints of Vivid Violet #A4329D

RGB

 RED value IS 164 (64.45% from 255) = 44.2%

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 44.2%
G = 13.48%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4329D (or 0xA4329D) is known color: Vivid Violet. HEX triplet: A4, 32 and 9D. RGB value is (164,50,157). Sum of RGB (Red+Green+Blue) = 164+50+157=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4329D is #5BCD62. Grayscale: #5F5F5F. Windows color (decimal): -6016355 or 10302116. OLE color: 10302116.

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

Color convert

RGB 164 50 157 -
CMYK 0 0.70 0.04 0.36
HSL 303.68º 0.53% 0.42% -
HSV(B) 303.68º 0.7% 0.64% -
XYZ 22.54 12.61 33.14 -
YUV 96.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 164 50 157 0 0.70 0.04 0.36 303.68 0.53 0.42
Hex A4 32 9D 0 46 4 24 130 35 2A
Octal 244 62 235 0 106 4 44 460 65 52
Binary 10100100 110010 10011101 0 1000110 100 100100 100110000 110101 101010

Color Harmonies of #A4329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4329D

Black with #A4329D

Text Example


Text Example

White with #A4329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4329D; }

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

 H1.HeaderClassName
 {
   color: #A4329D;
 }
 .AnyTagClassName
 {
   color: #A4329D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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