Html Css Color HEX #A5428D Medium Red Violet

📋 copy color: '#A5428D'

red 165 ◦ green 66 ◦ blue 141

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

Shades of Medium Red Violet #A5428D

Tints of Medium Red Violet #A5428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

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

R = 44.35%
G = 17.74%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5428D (or 0xA5428D) is known color: Medium Red Violet. HEX triplet: A5, 42 and 8D. RGB value is (165,66,141). Sum of RGB (Red+Green+Blue) = 165+66+141=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5428D is #5ABD72. Grayscale: #676767. Windows color (decimal): -5946739 or 9257637. OLE color: 9257637.

HSL color Cylindrical-coordinate representation of color #A5428D: hue angle of 314.55º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5428D is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 141 -
CMYK 0 0.60 0.15 0.35
HSL 314.55º 0.43% 0.45% -
HSV(B) 314.55º 0.6% 0.65% -
XYZ 22.27 13.82 26.69 -
YUV 104.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 165 66 141 0 0.60 0.15 0.35 314.55 0.43 0.45
Hex A5 42 8D 0 3C F 23 13B 2B 2D
Octal 245 102 215 0 74 17 43 473 53 55
Binary 10100101 1000010 10001101 0 111100 1111 100011 100111011 101011 101101

Color Harmonies of #A5428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5428D

Black with #A5428D

Text Example


Text Example

White with #A5428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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