Html Css Color HEX #A4329E Vivid Violet

📋 copy color: '#A4329E'

red 164 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #A4329E

Tints of Vivid Violet #A4329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 44.09%
G = 13.44%
B = 42.47%

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

#A4329E (or 0xA4329E) is known color: Vivid Violet. HEX triplet: A4, 32 and 9E. RGB value is (164,50,158). Sum of RGB (Red+Green+Blue) = 164+50+158=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4329E is #5BCD61. Grayscale: #606060. Windows color (decimal): -6016354 or 10367652. OLE color: 10367652.

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

Color convert

RGB 164 50 158 -
CMYK 0 0.70 0.04 0.36
HSL 303.16º 0.53% 0.42% -
HSV(B) 303.16º 0.7% 0.64% -
XYZ 22.62 12.64 33.6 -
YUV 96.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 164 50 158 0 0.70 0.04 0.36 303.16 0.53 0.42
Hex A4 32 9E 0 46 4 24 12F 35 2A
Octal 244 62 236 0 106 4 44 457 65 52
Binary 10100100 110010 10011110 0 1000110 100 100100 100101111 110101 101010

Color Harmonies of #A4329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4329E

Black with #A4329E

Text Example


Text Example

White with #A4329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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