Html Css Color HEX #A7286F Medium Red Violet

📋 copy color: '#A7286F'

red 167 ◦ green 40 ◦ blue 111

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

Shades of Medium Red Violet #A7286F

Tints of Medium Red Violet #A7286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 52.52%
G = 12.58%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7286F (or 0xA7286F) is known color: Medium Red Violet. HEX triplet: A7, 28 and 6F. RGB value is (167,40,111). Sum of RGB (Red+Green+Blue) = 167+40+111=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A7286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7286F is #58D790. Grayscale: #555555. Windows color (decimal): -5822353 or 7284903. OLE color: 7284903.

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

Color convert

RGB 167 40 111 -
CMYK 0 0.76 0.34 0.35
HSL 326.46º 0.61% 0.41% -
HSV(B) 326.46º 0.76% 0.65% -
XYZ 19.56 10.88 16.11 -
YUV 86.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 167 40 111 0 0.76 0.34 0.35 326.46 0.61 0.41
Hex A7 28 6F 0 4C 22 23 146 3D 29
Octal 247 50 157 0 114 42 43 506 75 51
Binary 10100111 101000 1101111 0 1001100 100010 100011 101000110 111101 101001

Color Harmonies of #A7286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7286F

Black with #A7286F

Text Example


Text Example

White with #A7286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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