Html Css Color HEX #A74188 Medium Red Violet

📋 copy color: '#A74188'

red 167 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #A74188

Tints of Medium Red Violet #A74188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 45.38%
G = 17.66%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A74188 (or 0xA74188) is known color: Medium Red Violet. HEX triplet: A7, 41 and 88. RGB value is (167,65,136). Sum of RGB (Red+Green+Blue) = 167+65+136=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A74188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74188 is #58BE77. Grayscale: #676767. Windows color (decimal): -5815928 or 8929703. OLE color: 8929703.

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

Color convert

RGB 167 65 136 -
CMYK 0 0.61 0.19 0.35
HSL 318.24º 0.44% 0.45% -
HSV(B) 318.24º 0.61% 0.65% -
XYZ 22.27 13.77 24.78 -
YUV 103.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 167 65 136 0 0.61 0.19 0.35 318.24 0.44 0.45
Hex A7 41 88 0 3D 13 23 13E 2C 2D
Octal 247 101 210 0 75 23 43 476 54 55
Binary 10100111 1000001 10001000 0 111101 10011 100011 100111110 101100 101101

Color Harmonies of #A74188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74188

Black with #A74188

Text Example


Text Example

White with #A74188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74188; }

 p { color: rgb(167,65,136); }

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

background-color css

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

 a { background-color: rgb(167,65,136); }

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

border-color css

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

 span { border-color: rgb(167,65,136); }

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