Html Css Color HEX #A5408C Medium Red Violet

📋 copy color: '#A5408C'

red 165 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #A5408C

Tints of Medium Red Violet #A5408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 44.72%
G = 17.34%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5408C (or 0xA5408C) is known color: Medium Red Violet. HEX triplet: A5, 40 and 8C. RGB value is (165,64,140). Sum of RGB (Red+Green+Blue) = 165+64+140=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5408C is #5ABF73. Grayscale: #666666. Windows color (decimal): -5947252 or 9191589. OLE color: 9191589.

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

Color convert

RGB 165 64 140 -
CMYK 0 0.61 0.15 0.35
HSL 314.85º 0.44% 0.45% -
HSV(B) 314.85º 0.61% 0.65% -
XYZ 22.08 13.56 26.26 -
YUV 102.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 165 64 140 0 0.61 0.15 0.35 314.85 0.44 0.45
Hex A5 40 8C 0 3D F 23 13B 2C 2D
Octal 245 100 214 0 75 17 43 473 54 55
Binary 10100101 1000000 10001100 0 111101 1111 100011 100111011 101100 101101

Color Harmonies of #A5408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5408C

Black with #A5408C

Text Example


Text Example

White with #A5408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5408C; }

 p { color: rgb(165,64,140); }

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

background-color css

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

 a { background-color: rgb(165,64,140); }

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

border-color css

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

 span { border-color: rgb(165,64,140); }

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