Html Css Color HEX #A7468E Medium Red Violet

📋 copy color: '#A7468E'

red 167 ◦ green 70 ◦ blue 142

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

Shades of Medium Red Violet #A7468E

Tints of Medium Red Violet #A7468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 44.06%
G = 18.47%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A7468E (or 0xA7468E) is known color: Medium Red Violet. HEX triplet: A7, 46 and 8E. RGB value is (167,70,142). Sum of RGB (Red+Green+Blue) = 167+70+142=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7468E is #58B971. Grayscale: #6B6B6B. Windows color (decimal): -5814642 or 9324199. OLE color: 9324199.

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

Color convert

RGB 167 70 142 -
CMYK 0 0.58 0.15 0.35
HSL 315.46º 0.41% 0.46% -
HSV(B) 315.46º 0.58% 0.65% -
XYZ 23.01 14.55 27.19 -
YUV 107.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 167 70 142 0 0.58 0.15 0.35 315.46 0.41 0.46
Hex A7 46 8E 0 3A F 23 13B 29 2E
Octal 247 106 216 0 72 17 43 473 51 56
Binary 10100111 1000110 10001110 0 111010 1111 100011 100111011 101001 101110

Color Harmonies of #A7468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7468E

Black with #A7468E

Text Example


Text Example

White with #A7468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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