Html Css Color HEX #A5328D Medium Red Violet

📋 copy color: '#A5328D'

red 165 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #A5328D

Tints of Medium Red Violet #A5328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 46.35%
G = 14.04%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5328D (or 0xA5328D) is known color: Medium Red Violet. HEX triplet: A5, 32 and 8D. RGB value is (165,50,141). Sum of RGB (Red+Green+Blue) = 165+50+141=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5328D is #5ACD72. Grayscale: #5E5E5E. Windows color (decimal): -5950835 or 9253541. OLE color: 9253541.

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

Color convert

RGB 165 50 141 -
CMYK 0 0.70 0.15 0.35
HSL 312.52º 0.53% 0.42% -
HSV(B) 312.52º 0.7% 0.65% -
XYZ 21.47 12.2 26.42 -
YUV 94.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 165 50 141 0 0.70 0.15 0.35 312.52 0.53 0.42
Hex A5 32 8D 0 46 F 23 139 35 2A
Octal 245 62 215 0 106 17 43 471 65 52
Binary 10100101 110010 10001101 0 1000110 1111 100011 100111001 110101 101010

Color Harmonies of #A5328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5328D

Black with #A5328D

Text Example


Text Example

White with #A5328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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