Html Css Color HEX #A7348F Medium Red Violet

📋 copy color: '#A7348F'

red 167 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #A7348F

Tints of Medium Red Violet #A7348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 46.13%
G = 14.36%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7348F (or 0xA7348F) is known color: Medium Red Violet. HEX triplet: A7, 34 and 8F. RGB value is (167,52,143). Sum of RGB (Red+Green+Blue) = 167+52+143=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7348F is #58CB70. Grayscale: #606060. Windows color (decimal): -5819249 or 9385127. OLE color: 9385127.

HSL color Cylindrical-coordinate representation of color #A7348F: hue angle of 312.52º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7348F is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 52 143 -
CMYK 0 0.69 0.14 0.35
HSL 312.52º 0.53% 0.43% -
HSV(B) 312.52º 0.69% 0.65% -
XYZ 22.12 12.65 27.26 -
YUV 96.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 167 52 143 0 0.69 0.14 0.35 312.52 0.53 0.43
Hex A7 34 8F 0 45 E 23 139 35 2B
Octal 247 64 217 0 105 16 43 471 65 53
Binary 10100111 110100 10001111 0 1000101 1110 100011 100111001 110101 101011

Color Harmonies of #A7348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7348F

Black with #A7348F

Text Example


Text Example

White with #A7348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7348F; }

 p { color: rgb(167,52,143); }

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

background-color css

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

 a { background-color: rgb(167,52,143); }

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

border-color css

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

 span { border-color: rgb(167,52,143); }

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