Html Css Color HEX #A54A8C Medium Red Violet

📋 copy color: '#A54A8C'

red 165 ◦ green 74 ◦ blue 140

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

Shades of Medium Red Violet #A54A8C

Tints of Medium Red Violet #A54A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 43.54%
G = 19.53%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A54A8C (or 0xA54A8C) is known color: Medium Red Violet. HEX triplet: A5, 4A and 8C. RGB value is (165,74,140). Sum of RGB (Red+Green+Blue) = 165+74+140=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A8C is #5AB573. Grayscale: #6C6C6C. Windows color (decimal): -5944692 or 9194149. OLE color: 9194149.

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

Color convert

RGB 165 74 140 -
CMYK 0 0.55 0.15 0.35
HSL 316.48º 0.38% 0.47% -
HSV(B) 316.48º 0.55% 0.65% -
XYZ 22.7 14.79 26.47 -
YUV 108.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 165 74 140 0 0.55 0.15 0.35 316.48 0.38 0.47
Hex A5 4A 8C 0 37 F 23 13C 26 2F
Octal 245 112 214 0 67 17 43 474 46 57
Binary 10100101 1001010 10001100 0 110111 1111 100011 100111100 100110 101111

Color Harmonies of #A54A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A8C

Black with #A54A8C

Text Example


Text Example

White with #A54A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A8C; }

 p { color: rgb(165,74,140); }

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

background-color css

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

 a { background-color: rgb(165,74,140); }

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

border-color css

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

 span { border-color: rgb(165,74,140); }

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