Html Css Color HEX #A5408D Medium Red Violet

📋 copy color: '#A5408D'

red 165 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #A5408D

Tints of Medium Red Violet #A5408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 44.59%
G = 17.3%
B = 38.11%

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

#A5408D (or 0xA5408D) is known color: Medium Red Violet. HEX triplet: A5, 40 and 8D. RGB value is (165,64,141). Sum of RGB (Red+Green+Blue) = 165+64+141=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5408D is #5ABF72. Grayscale: #666666. Windows color (decimal): -5947251 or 9257125. OLE color: 9257125.

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

Color convert

RGB 165 64 141 -
CMYK 0 0.61 0.15 0.35
HSL 314.26º 0.44% 0.45% -
HSV(B) 314.26º 0.61% 0.65% -
XYZ 22.16 13.59 26.65 -
YUV 102.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 165 64 141 0 0.61 0.15 0.35 314.26 0.44 0.45
Hex A5 40 8D 0 3D F 23 13A 2C 2D
Octal 245 100 215 0 75 17 43 472 54 55
Binary 10100101 1000000 10001101 0 111101 1111 100011 100111010 101100 101101

Color Harmonies of #A5408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5408D

Black with #A5408D

Text Example


Text Example

White with #A5408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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