Html Css Color HEX #A54188 Medium Red Violet

📋 copy color: '#A54188'

red 165 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #A54188

Tints of Medium Red Violet #A54188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 45.08%
G = 17.76%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A54188 (or 0xA54188) is known color: Medium Red Violet. HEX triplet: A5, 41 and 88. RGB value is (165,65,136). Sum of RGB (Red+Green+Blue) = 165+65+136=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54188 is #5ABE77. Grayscale: #666666. Windows color (decimal): -5947000 or 8929701. OLE color: 8929701.

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

Color convert

RGB 165 65 136 -
CMYK 0 0.61 0.18 0.35
HSL 317.4º 0.43% 0.45% -
HSV(B) 317.4º 0.61% 0.65% -
XYZ 21.85 13.56 24.76 -
YUV 102.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 165 65 136 0 0.61 0.18 0.35 317.4 0.43 0.45
Hex A5 41 88 0 3D 12 23 13D 2B 2D
Octal 245 101 210 0 75 22 43 475 53 55
Binary 10100101 1000001 10001000 0 111101 10010 100011 100111101 101011 101101

Color Harmonies of #A54188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54188

Black with #A54188

Text Example


Text Example

White with #A54188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54188; }

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

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

background-color css

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

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

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

border-color css

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

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

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