Html Css Color HEX #A7288A Medium Red Violet

📋 copy color: '#A7288A'

red 167 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #A7288A

Tints of Medium Red Violet #A7288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 48.41%
G = 11.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7288A (or 0xA7288A) is known color: Medium Red Violet. HEX triplet: A7, 28 and 8A. RGB value is (167,40,138). Sum of RGB (Red+Green+Blue) = 167+40+138=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7288A is #58D775. Grayscale: #585858. Windows color (decimal): -5822326 or 9054375. OLE color: 9054375.

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

Color convert

RGB 167 40 138 -
CMYK 0 0.76 0.17 0.35
HSL 313.7º 0.61% 0.41% -
HSV(B) 313.7º 0.76% 0.65% -
XYZ 21.28 11.57 25.16 -
YUV 89.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 167 40 138 0 0.76 0.17 0.35 313.7 0.61 0.41
Hex A7 28 8A 0 4C 11 23 13A 3D 29
Octal 247 50 212 0 114 21 43 472 75 51
Binary 10100111 101000 10001010 0 1001100 10001 100011 100111010 111101 101001

Color Harmonies of #A7288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7288A

Black with #A7288A

Text Example


Text Example

White with #A7288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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