Html Css Color HEX #A2478D Medium Red Violet

📋 copy color: '#A2478D'

red 162 ◦ green 71 ◦ blue 141

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

Shades of Medium Red Violet #A2478D

Tints of Medium Red Violet #A2478D

RGB

 RED value IS 162 (63.67% from 255) = 43.32%

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

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

R = 43.32%
G = 18.98%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2478D (or 0xA2478D) is known color: Medium Red Violet. HEX triplet: A2, 47 and 8D. RGB value is (162,71,141). Sum of RGB (Red+Green+Blue) = 162+71+141=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2478D is #5DB872. Grayscale: #6A6A6A. Windows color (decimal): -6142067 or 9258914. OLE color: 9258914.

HSL color Cylindrical-coordinate representation of color #A2478D: hue angle of 313.85º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2478D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 141 -
CMYK 0 0.56 0.13 0.36
HSL 313.85º 0.39% 0.46% -
HSV(B) 313.85º 0.56% 0.64% -
XYZ 21.96 14.11 26.77 -
YUV 106.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 162 71 141 0 0.56 0.13 0.36 313.85 0.39 0.46
Hex A2 47 8D 0 38 D 24 13A 27 2E
Octal 242 107 215 0 70 15 44 472 47 56
Binary 10100010 1000111 10001101 0 111000 1101 100100 100111010 100111 101110

Color Harmonies of #A2478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2478D

Black with #A2478D

Text Example


Text Example

White with #A2478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2478D; }

 p { color: rgb(162,71,141); }

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

background-color css

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

 a { background-color: rgb(162,71,141); }

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

border-color css

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

 span { border-color: rgb(162,71,141); }

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