Html Css Color HEX #A54886 Medium Red Violet

📋 copy color: '#A54886'

red 165 ◦ green 72 ◦ blue 134

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

Shades of Medium Red Violet #A54886

Tints of Medium Red Violet #A54886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 44.47%
G = 19.41%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A54886 (or 0xA54886) is known color: Medium Red Violet. HEX triplet: A5, 48 and 86. RGB value is (165,72,134). Sum of RGB (Red+Green+Blue) = 165+72+134=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A54886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54886 is #5AB779. Grayscale: #6A6A6A. Windows color (decimal): -5945210 or 8800421. OLE color: 8800421.

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

Color convert

RGB 165 72 134 -
CMYK 0 0.56 0.19 0.35
HSL 320º 0.39% 0.46% -
HSV(B) 320º 0.56% 0.65% -
XYZ 22.14 14.36 24.16 -
YUV 106.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 165 72 134 0 0.56 0.19 0.35 320 0.39 0.46
Hex A5 48 86 0 38 13 23 140 27 2E
Octal 245 110 206 0 70 23 43 500 47 56
Binary 10100101 1001000 10000110 0 111000 10011 100011 101000000 100111 101110

Color Harmonies of #A54886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54886

Black with #A54886

Text Example


Text Example

White with #A54886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54886; }

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

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

background-color css

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

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

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

border-color css

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

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

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