Html Css Color HEX #A54581 Medium Red Violet

📋 copy color: '#A54581'

red 165 ◦ green 69 ◦ blue 129

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

Shades of Medium Red Violet #A54581

Tints of Medium Red Violet #A54581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 45.45%
G = 19.01%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A54581 (or 0xA54581) is known color: Medium Red Violet. HEX triplet: A5, 45 and 81. RGB value is (165,69,129). Sum of RGB (Red+Green+Blue) = 165+69+129=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A54581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54581 is #5ABA7E. Grayscale: #686868. Windows color (decimal): -5945983 or 8471973. OLE color: 8471973.

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

Color convert

RGB 165 69 129 -
CMYK 0 0.58 0.22 0.35
HSL 322.5º 0.41% 0.46% -
HSV(B) 322.5º 0.58% 0.65% -
XYZ 21.61 13.84 22.3 -
YUV 104.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 165 69 129 0 0.58 0.22 0.35 322.5 0.41 0.46
Hex A5 45 81 0 3A 16 23 142 29 2E
Octal 245 105 201 0 72 26 43 502 51 56
Binary 10100101 1000101 10000001 0 111010 10110 100011 101000010 101001 101110

Color Harmonies of #A54581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54581

Black with #A54581

Text Example


Text Example

White with #A54581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54581; }

 p { color: rgb(165,69,129); }

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

background-color css

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

 a { background-color: rgb(165,69,129); }

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

border-color css

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

 span { border-color: rgb(165,69,129); }

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