Html Css Color HEX #A54681 Medium Red Violet

📋 copy color: '#A54681'

red 165 ◦ green 70 ◦ blue 129

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

Shades of Medium Red Violet #A54681

Tints of Medium Red Violet #A54681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 45.33%
G = 19.23%
B = 35.44%

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

#A54681 (or 0xA54681) is known color: Medium Red Violet. HEX triplet: A5, 46 and 81. RGB value is (165,70,129). Sum of RGB (Red+Green+Blue) = 165+70+129=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A54681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54681 is #5AB97E. Grayscale: #686868. Windows color (decimal): -5945727 or 8472229. OLE color: 8472229.

HSL color Cylindrical-coordinate representation of color #A54681: hue angle of 322.74º degrees, saturation: 0.4, 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 #A54681 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 129 -
CMYK 0 0.58 0.22 0.35
HSL 322.74º 0.4% 0.46% -
HSV(B) 322.74º 0.58% 0.65% -
XYZ 21.67 13.96 22.32 -
YUV 105.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 165 70 129 0 0.58 0.22 0.35 322.74 0.4 0.46
Hex A5 46 81 0 3A 16 23 143 28 2E
Octal 245 106 201 0 72 26 43 503 50 56
Binary 10100101 1000110 10000001 0 111010 10110 100011 101000011 101000 101110

Color Harmonies of #A54681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54681

Black with #A54681

Text Example


Text Example

White with #A54681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54681; }

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

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

background-color css

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

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

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

border-color css

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

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

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