Html Css Color HEX #A5478A Medium Red Violet

📋 copy color: '#A5478A'

red 165 ◦ green 71 ◦ blue 138

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

Shades of Medium Red Violet #A5478A

Tints of Medium Red Violet #A5478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 44.12%
G = 18.98%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5478A (or 0xA5478A) is known color: Medium Red Violet. HEX triplet: A5, 47 and 8A. RGB value is (165,71,138). Sum of RGB (Red+Green+Blue) = 165+71+138=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5478A is #5AB875. Grayscale: #6A6A6A. Windows color (decimal): -5945462 or 9062309. OLE color: 9062309.

HSL color Cylindrical-coordinate representation of color #A5478A: hue angle of 317.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5478A is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 138 -
CMYK 0 0.57 0.16 0.35
HSL 317.23º 0.4% 0.46% -
HSV(B) 317.23º 0.57% 0.65% -
XYZ 22.36 14.34 25.63 -
YUV 106.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 165 71 138 0 0.57 0.16 0.35 317.23 0.4 0.46
Hex A5 47 8A 0 39 10 23 13D 28 2E
Octal 245 107 212 0 71 20 43 475 50 56
Binary 10100101 1000111 10001010 0 111001 10000 100011 100111101 101000 101110

Color Harmonies of #A5478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5478A

Black with #A5478A

Text Example


Text Example

White with #A5478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5478A; }

 p { color: rgb(165,71,138); }

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

background-color css

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

 a { background-color: rgb(165,71,138); }

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

border-color css

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

 span { border-color: rgb(165,71,138); }

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