Html Css Color HEX #A5488A Medium Red Violet

📋 copy color: '#A5488A'

red 165 ◦ green 72 ◦ blue 138

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

Shades of Medium Red Violet #A5488A

Tints of Medium Red Violet #A5488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 44%
G = 19.2%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5488A (or 0xA5488A) is known color: Medium Red Violet. HEX triplet: A5, 48 and 8A. RGB value is (165,72,138). Sum of RGB (Red+Green+Blue) = 165+72+138=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5488A is #5AB775. Grayscale: #6B6B6B. Windows color (decimal): -5945206 or 9062565. OLE color: 9062565.

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

Color convert

RGB 165 72 138 -
CMYK 0 0.56 0.16 0.35
HSL 317.42º 0.39% 0.46% -
HSV(B) 317.42º 0.56% 0.65% -
XYZ 22.42 14.47 25.66 -
YUV 107.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 165 72 138 0 0.56 0.16 0.35 317.42 0.39 0.46
Hex A5 48 8A 0 38 10 23 13D 27 2E
Octal 245 110 212 0 70 20 43 475 47 56
Binary 10100101 1001000 10001010 0 111000 10000 100011 100111101 100111 101110

Color Harmonies of #A5488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5488A

Black with #A5488A

Text Example


Text Example

White with #A5488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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