Html Css Color HEX #A54585 Medium Red Violet

📋 copy color: '#A54585'

red 165 ◦ green 69 ◦ blue 133

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

Shades of Medium Red Violet #A54585

Tints of Medium Red Violet #A54585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 44.96%
G = 18.8%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A54585 (or 0xA54585) is known color: Medium Red Violet. HEX triplet: A5, 45 and 85. RGB value is (165,69,133). Sum of RGB (Red+Green+Blue) = 165+69+133=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A54585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54585 is #5ABA7A. Grayscale: #686868. Windows color (decimal): -5945979 or 8734117. OLE color: 8734117.

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

Color convert

RGB 165 69 133 -
CMYK 0 0.58 0.19 0.35
HSL 320º 0.41% 0.46% -
HSV(B) 320º 0.58% 0.65% -
XYZ 21.88 13.95 23.73 -
YUV 105 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 165 69 133 0 0.58 0.19 0.35 320 0.41 0.46
Hex A5 45 85 0 3A 13 23 140 29 2E
Octal 245 105 205 0 72 23 43 500 51 56
Binary 10100101 1000101 10000101 0 111010 10011 100011 101000000 101001 101110

Color Harmonies of #A54585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54585

Black with #A54585

Text Example


Text Example

White with #A54585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54585; }

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

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

background-color css

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

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

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

border-color css

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

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

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