Html Css Color HEX #A8418D Medium Red Violet

📋 copy color: '#A8418D'

red 168 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #A8418D

Tints of Medium Red Violet #A8418D

RGB

 RED value IS 168 (66.02% from 255) = 44.92%

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

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

R = 44.92%
G = 17.38%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8418D (or 0xA8418D) is known color: Medium Red Violet. HEX triplet: A8, 41 and 8D. RGB value is (168,65,141). Sum of RGB (Red+Green+Blue) = 168+65+141=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8418D is #57BE72. Grayscale: #686868. Windows color (decimal): -5750387 or 9257384. OLE color: 9257384.

HSL color Cylindrical-coordinate representation of color #A8418D: hue angle of 315.73º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8418D is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 141 -
CMYK 0 0.61 0.16 0.34
HSL 315.73º 0.44% 0.46% -
HSV(B) 315.73º 0.61% 0.66% -
XYZ 22.85 14.03 26.7 -
YUV 104.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 168 65 141 0 0.61 0.16 0.34 315.73 0.44 0.46
Hex A8 41 8D 0 3D 10 22 13C 2C 2E
Octal 250 101 215 0 75 20 42 474 54 56
Binary 10101000 1000001 10001101 0 111101 10000 100010 100111100 101100 101110

Color Harmonies of #A8418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8418D

Black with #A8418D

Text Example


Text Example

White with #A8418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8418D; }

 p { color: rgb(168,65,141); }

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

background-color css

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

 a { background-color: rgb(168,65,141); }

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

border-color css

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

 span { border-color: rgb(168,65,141); }

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