Html Css Color HEX #A7248A Medium Red Violet

📋 copy color: '#A7248A'

red 167 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #A7248A

Tints of Medium Red Violet #A7248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 48.97%
G = 10.56%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7248A (or 0xA7248A) is known color: Medium Red Violet. HEX triplet: A7, 24 and 8A. RGB value is (167,36,138). Sum of RGB (Red+Green+Blue) = 167+36+138=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7248A is #58DB75. Grayscale: #565656. Windows color (decimal): -5823350 or 9053351. OLE color: 9053351.

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

Color convert

RGB 167 36 138 -
CMYK 0 0.78 0.17 0.35
HSL 313.28º 0.65% 0.4% -
HSV(B) 313.28º 0.78% 0.65% -
XYZ 21.15 11.31 25.11 -
YUV 86.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 167 36 138 0 0.78 0.17 0.35 313.28 0.65 0.4
Hex A7 24 8A 0 4E 11 23 139 41 28
Octal 247 44 212 0 116 21 43 471 101 50
Binary 10100111 100100 10001010 0 1001110 10001 100011 100111001 1000001 101000

Color Harmonies of #A7248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7248A

Black with #A7248A

Text Example


Text Example

White with #A7248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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