Html Css Color HEX #A7428A Medium Red Violet

📋 copy color: '#A7428A'

red 167 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #A7428A

Tints of Medium Red Violet #A7428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 45.01%
G = 17.79%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7428A (or 0xA7428A) is known color: Medium Red Violet. HEX triplet: A7, 42 and 8A. RGB value is (167,66,138). Sum of RGB (Red+Green+Blue) = 167+66+138=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7428A is #58BD75. Grayscale: #686868. Windows color (decimal): -5815670 or 9061031. OLE color: 9061031.

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

Color convert

RGB 167 66 138 -
CMYK 0 0.60 0.17 0.35
HSL 317.23º 0.43% 0.46% -
HSV(B) 317.23º 0.6% 0.65% -
XYZ 22.47 13.95 25.55 -
YUV 104.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 167 66 138 0 0.60 0.17 0.35 317.23 0.43 0.46
Hex A7 42 8A 0 3C 11 23 13D 2B 2E
Octal 247 102 212 0 74 21 43 475 53 56
Binary 10100111 1000010 10001010 0 111100 10001 100011 100111101 101011 101110

Color Harmonies of #A7428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7428A

Black with #A7428A

Text Example


Text Example

White with #A7428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7428A; }

 p { color: rgb(167,66,138); }

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

background-color css

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

 a { background-color: rgb(167,66,138); }

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

border-color css

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

 span { border-color: rgb(167,66,138); }

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