Html Css Color HEX #A5329D Medium Red Violet

📋 copy color: '#A5329D'

red 165 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #A5329D

Tints of Medium Red Violet #A5329D

RGB

 RED value IS 165 (64.84% from 255) = 44.35%

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

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

R = 44.35%
G = 13.44%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5329D (or 0xA5329D) is known color: Medium Red Violet. HEX triplet: A5, 32 and 9D. RGB value is (165,50,157). Sum of RGB (Red+Green+Blue) = 165+50+157=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5329D is #5ACD62. Grayscale: #606060. Windows color (decimal): -5950819 or 10302117. OLE color: 10302117.

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

Color convert

RGB 165 50 157 -
CMYK 0 0.70 0.05 0.35
HSL 304.17º 0.53% 0.42% -
HSV(B) 304.17º 0.7% 0.65% -
XYZ 22.74 12.71 33.15 -
YUV 96.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 165 50 157 0 0.70 0.05 0.35 304.17 0.53 0.42
Hex A5 32 9D 0 46 5 23 130 35 2A
Octal 245 62 235 0 106 5 43 460 65 52
Binary 10100101 110010 10011101 0 1000110 101 100011 100110000 110101 101010

Color Harmonies of #A5329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5329D

Black with #A5329D

Text Example


Text Example

White with #A5329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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