Html Css Color HEX #A5328E Medium Red Violet

📋 copy color: '#A5328E'

red 165 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #A5328E

Tints of Medium Red Violet #A5328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 46.22%
G = 14.01%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5328E (or 0xA5328E) is known color: Medium Red Violet. HEX triplet: A5, 32 and 8E. RGB value is (165,50,142). Sum of RGB (Red+Green+Blue) = 165+50+142=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5328E is #5ACD71. Grayscale: #5E5E5E. Windows color (decimal): -5950834 or 9319077. OLE color: 9319077.

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

Color convert

RGB 165 50 142 -
CMYK 0 0.70 0.14 0.35
HSL 312º 0.53% 0.42% -
HSV(B) 312º 0.7% 0.65% -
XYZ 21.54 12.23 26.82 -
YUV 94.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 165 50 142 0 0.70 0.14 0.35 312 0.53 0.42
Hex A5 32 8E 0 46 E 23 138 35 2A
Octal 245 62 216 0 106 16 43 470 65 52
Binary 10100101 110010 10001110 0 1000110 1110 100011 100111000 110101 101010

Color Harmonies of #A5328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5328E

Black with #A5328E

Text Example


Text Example

White with #A5328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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