Html Css Color HEX #A54483 Medium Red Violet

📋 copy color: '#A54483'

red 165 ◦ green 68 ◦ blue 131

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

Shades of Medium Red Violet #A54483

Tints of Medium Red Violet #A54483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 45.33%
G = 18.68%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A54483 (or 0xA54483) is known color: Medium Red Violet. HEX triplet: A5, 44 and 83. RGB value is (165,68,131). Sum of RGB (Red+Green+Blue) = 165+68+131=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A54483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54483 is #5ABB7C. Grayscale: #686868. Windows color (decimal): -5946237 or 8602789. OLE color: 8602789.

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

Color convert

RGB 165 68 131 -
CMYK 0 0.59 0.21 0.35
HSL 321.03º 0.42% 0.46% -
HSV(B) 321.03º 0.59% 0.65% -
XYZ 21.68 13.77 22.99 -
YUV 104.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 165 68 131 0 0.59 0.21 0.35 321.03 0.42 0.46
Hex A5 44 83 0 3B 15 23 141 2A 2E
Octal 245 104 203 0 73 25 43 501 52 56
Binary 10100101 1000100 10000011 0 111011 10101 100011 101000001 101010 101110

Color Harmonies of #A54483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54483

Black with #A54483

Text Example


Text Example

White with #A54483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54483; }

 p { color: rgb(165,68,131); }

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

background-color css

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

 a { background-color: rgb(165,68,131); }

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

border-color css

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

 span { border-color: rgb(165,68,131); }

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