Html Css Color HEX #A74094 Medium Red Violet

📋 copy color: '#A74094'

red 167 ◦ green 64 ◦ blue 148

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

Shades of Medium Red Violet #A74094

Tints of Medium Red Violet #A74094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 44.06%
G = 16.89%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A74094 (or 0xA74094) is known color: Medium Red Violet. HEX triplet: A7, 40 and 94. RGB value is (167,64,148). Sum of RGB (Red+Green+Blue) = 167+64+148=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A74094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74094 is #58BF6B. Grayscale: #686868. Windows color (decimal): -5816172 or 9715879. OLE color: 9715879.

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

Color convert

RGB 167 64 148 -
CMYK 0 0.62 0.11 0.35
HSL 311.07º 0.45% 0.45% -
HSV(B) 311.07º 0.62% 0.65% -
XYZ 23.12 14.02 29.5 -
YUV 104.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 167 64 148 0 0.62 0.11 0.35 311.07 0.45 0.45
Hex A7 40 94 0 3E B 23 137 2D 2D
Octal 247 100 224 0 76 13 43 467 55 55
Binary 10100111 1000000 10010100 0 111110 1011 100011 100110111 101101 101101

Color Harmonies of #A74094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74094

Black with #A74094

Text Example


Text Example

White with #A74094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74094; }

 p { color: rgb(167,64,148); }

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

background-color css

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

 a { background-color: rgb(167,64,148); }

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

border-color css

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

 span { border-color: rgb(167,64,148); }

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