Html Css Color HEX #A54782 Medium Red Violet

📋 copy color: '#A54782'

red 165 ◦ green 71 ◦ blue 130

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

Shades of Medium Red Violet #A54782

Tints of Medium Red Violet #A54782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 45.08%
G = 19.4%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A54782 (or 0xA54782) is known color: Medium Red Violet. HEX triplet: A5, 47 and 82. RGB value is (165,71,130). Sum of RGB (Red+Green+Blue) = 165+71+130=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54782 is #5AB87D. Grayscale: #696969. Windows color (decimal): -5945470 or 8538021. OLE color: 8538021.

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

Color convert

RGB 165 71 130 -
CMYK 0 0.57 0.21 0.35
HSL 322.34º 0.4% 0.46% -
HSV(B) 322.34º 0.57% 0.65% -
XYZ 21.8 14.12 22.7 -
YUV 105.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 165 71 130 0 0.57 0.21 0.35 322.34 0.4 0.46
Hex A5 47 82 0 39 15 23 142 28 2E
Octal 245 107 202 0 71 25 43 502 50 56
Binary 10100101 1000111 10000010 0 111001 10101 100011 101000010 101000 101110

Color Harmonies of #A54782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54782

Black with #A54782

Text Example


Text Example

White with #A54782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54782; }

 p { color: rgb(165,71,130); }

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

background-color css

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

 a { background-color: rgb(165,71,130); }

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

border-color css

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

 span { border-color: rgb(165,71,130); }

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