Html Css Color HEX #A5329B Medium Red Violet

📋 copy color: '#A5329B'

red 165 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #A5329B

Tints of Medium Red Violet #A5329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 44.59%
G = 13.51%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5329B (or 0xA5329B) is known color: Medium Red Violet. HEX triplet: A5, 32 and 9B. RGB value is (165,50,155). Sum of RGB (Red+Green+Blue) = 165+50+155=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5329B is #5ACD64. Grayscale: #606060. Windows color (decimal): -5950821 or 10171045. OLE color: 10171045.

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

Color convert

RGB 165 50 155 -
CMYK 0 0.70 0.06 0.35
HSL 305.22º 0.53% 0.42% -
HSV(B) 305.22º 0.7% 0.65% -
XYZ 22.57 12.65 32.26 -
YUV 96.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 165 50 155 0 0.70 0.06 0.35 305.22 0.53 0.42
Hex A5 32 9B 0 46 6 23 131 35 2A
Octal 245 62 233 0 106 6 43 461 65 52
Binary 10100101 110010 10011011 0 1000110 110 100011 100110001 110101 101010

Color Harmonies of #A5329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5329B

Black with #A5329B

Text Example


Text Example

White with #A5329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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