Html Css Color HEX #A54381 Medium Red Violet

📋 copy color: '#A54381'

red 165 ◦ green 67 ◦ blue 129

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

Shades of Medium Red Violet #A54381

Tints of Medium Red Violet #A54381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 45.71%
G = 18.56%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A54381 (or 0xA54381) is known color: Medium Red Violet. HEX triplet: A5, 43 and 81. RGB value is (165,67,129). Sum of RGB (Red+Green+Blue) = 165+67+129=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A54381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54381 is #5ABC7E. Grayscale: #676767. Windows color (decimal): -5946495 or 8471461. OLE color: 8471461.

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

Color convert

RGB 165 67 129 -
CMYK 0 0.59 0.22 0.35
HSL 322.04º 0.42% 0.45% -
HSV(B) 322.04º 0.59% 0.65% -
XYZ 21.49 13.6 22.26 -
YUV 103.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 165 67 129 0 0.59 0.22 0.35 322.04 0.42 0.45
Hex A5 43 81 0 3B 16 23 142 2A 2D
Octal 245 103 201 0 73 26 43 502 52 55
Binary 10100101 1000011 10000001 0 111011 10110 100011 101000010 101010 101101

Color Harmonies of #A54381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54381

Black with #A54381

Text Example


Text Example

White with #A54381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54381; }

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

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

background-color css

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

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

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

border-color css

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

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

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