Html Css Color HEX #A7468D Medium Red Violet

📋 copy color: '#A7468D'

red 167 ◦ green 70 ◦ blue 141

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

Shades of Medium Red Violet #A7468D

Tints of Medium Red Violet #A7468D

RGB

 RED value IS 167 (65.63% from 255) = 44.18%

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 44.18%
G = 18.52%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7468D (or 0xA7468D) is known color: Medium Red Violet. HEX triplet: A7, 46 and 8D. RGB value is (167,70,141). Sum of RGB (Red+Green+Blue) = 167+70+141=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7468D is #58B972. Grayscale: #6A6A6A. Windows color (decimal): -5814643 or 9258663. OLE color: 9258663.

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

Color convert

RGB 167 70 141 -
CMYK 0 0.58 0.16 0.35
HSL 316.08º 0.41% 0.46% -
HSV(B) 316.08º 0.58% 0.65% -
XYZ 22.93 14.52 26.79 -
YUV 107.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 167 70 141 0 0.58 0.16 0.35 316.08 0.41 0.46
Hex A7 46 8D 0 3A 10 23 13C 29 2E
Octal 247 106 215 0 72 20 43 474 51 56
Binary 10100111 1000110 10001101 0 111010 10000 100011 100111100 101001 101110

Color Harmonies of #A7468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7468D

Black with #A7468D

Text Example


Text Example

White with #A7468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7468D; }

 p { color: rgb(167,70,141); }

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

background-color css

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

 a { background-color: rgb(167,70,141); }

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

border-color css

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

 span { border-color: rgb(167,70,141); }

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