Html Css Color HEX #A54184 Medium Red Violet

📋 copy color: '#A54184'

red 165 ◦ green 65 ◦ blue 132

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

Shades of Medium Red Violet #A54184

Tints of Medium Red Violet #A54184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 45.58%
G = 17.96%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A54184 (or 0xA54184) is known color: Medium Red Violet. HEX triplet: A5, 41 and 84. RGB value is (165,65,132). Sum of RGB (Red+Green+Blue) = 165+65+132=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A54184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54184 is #5ABE7B. Grayscale: #666666. Windows color (decimal): -5947004 or 8667557. OLE color: 8667557.

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

Color convert

RGB 165 65 132 -
CMYK 0 0.61 0.20 0.35
HSL 319.8º 0.43% 0.45% -
HSV(B) 319.8º 0.61% 0.65% -
XYZ 21.57 13.45 23.29 -
YUV 102.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 165 65 132 0 0.61 0.20 0.35 319.8 0.43 0.45
Hex A5 41 84 0 3D 14 23 140 2B 2D
Octal 245 101 204 0 75 24 43 500 53 55
Binary 10100101 1000001 10000100 0 111101 10100 100011 101000000 101011 101101

Color Harmonies of #A54184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54184

Black with #A54184

Text Example


Text Example

White with #A54184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54184; }

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

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

background-color css

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

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

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

border-color css

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

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

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