Html Css Color HEX #A5328B Medium Red Violet

📋 copy color: '#A5328B'

red 165 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #A5328B

Tints of Medium Red Violet #A5328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 46.61%
G = 14.12%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5328B (or 0xA5328B) is known color: Medium Red Violet. HEX triplet: A5, 32 and 8B. RGB value is (165,50,139). Sum of RGB (Red+Green+Blue) = 165+50+139=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5328B is #5ACD74. Grayscale: #5E5E5E. Windows color (decimal): -5950837 or 9122469. OLE color: 9122469.

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

Color convert

RGB 165 50 139 -
CMYK 0 0.70 0.16 0.35
HSL 313.57º 0.53% 0.42% -
HSV(B) 313.57º 0.7% 0.65% -
XYZ 21.32 12.14 25.65 -
YUV 94.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 165 50 139 0 0.70 0.16 0.35 313.57 0.53 0.42
Hex A5 32 8B 0 46 10 23 13A 35 2A
Octal 245 62 213 0 106 20 43 472 65 52
Binary 10100101 110010 10001011 0 1000110 10000 100011 100111010 110101 101010

Color Harmonies of #A5328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5328B

Black with #A5328B

Text Example


Text Example

White with #A5328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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