Html Css Color HEX #A5488D Medium Red Violet

📋 copy color: '#A5488D'

red 165 ◦ green 72 ◦ blue 141

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

Shades of Medium Red Violet #A5488D

Tints of Medium Red Violet #A5488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 43.65%
G = 19.05%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5488D (or 0xA5488D) is known color: Medium Red Violet. HEX triplet: A5, 48 and 8D. RGB value is (165,72,141). Sum of RGB (Red+Green+Blue) = 165+72+141=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5488D is #5AB772. Grayscale: #6B6B6B. Windows color (decimal): -5945203 or 9259173. OLE color: 9259173.

HSL color Cylindrical-coordinate representation of color #A5488D: hue angle of 315.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5488D is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 141 -
CMYK 0 0.56 0.15 0.35
HSL 315.48º 0.39% 0.46% -
HSV(B) 315.48º 0.56% 0.65% -
XYZ 22.64 14.56 26.82 -
YUV 107.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 165 72 141 0 0.56 0.15 0.35 315.48 0.39 0.46
Hex A5 48 8D 0 38 F 23 13B 27 2E
Octal 245 110 215 0 70 17 43 473 47 56
Binary 10100101 1001000 10001101 0 111000 1111 100011 100111011 100111 101110

Color Harmonies of #A5488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5488D

Black with #A5488D

Text Example


Text Example

White with #A5488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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