Html Css Color HEX #A54684 Medium Red Violet

📋 copy color: '#A54684'

red 165 ◦ green 70 ◦ blue 132

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

Shades of Medium Red Violet #A54684

Tints of Medium Red Violet #A54684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 44.96%
G = 19.07%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A54684 (or 0xA54684) is known color: Medium Red Violet. HEX triplet: A5, 46 and 84. RGB value is (165,70,132). Sum of RGB (Red+Green+Blue) = 165+70+132=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A54684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54684 is #5AB97B. Grayscale: #696969. Windows color (decimal): -5945724 or 8668837. OLE color: 8668837.

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

Color convert

RGB 165 70 132 -
CMYK 0 0.58 0.20 0.35
HSL 320.84º 0.4% 0.46% -
HSV(B) 320.84º 0.58% 0.65% -
XYZ 21.87 14.05 23.39 -
YUV 105.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 165 70 132 0 0.58 0.20 0.35 320.84 0.4 0.46
Hex A5 46 84 0 3A 14 23 141 28 2E
Octal 245 106 204 0 72 24 43 501 50 56
Binary 10100101 1000110 10000100 0 111010 10100 100011 101000001 101000 101110

Color Harmonies of #A54684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54684

Black with #A54684

Text Example


Text Example

White with #A54684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54684; }

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

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

background-color css

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

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

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

border-color css

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

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

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