Html Css Color HEX #A4468D Medium Red Violet

📋 copy color: '#A4468D'

red 164 ◦ green 70 ◦ blue 141

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

Shades of Medium Red Violet #A4468D

Tints of Medium Red Violet #A4468D

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 43.73%
G = 18.67%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4468D (or 0xA4468D) is known color: Medium Red Violet. HEX triplet: A4, 46 and 8D. RGB value is (164,70,141). Sum of RGB (Red+Green+Blue) = 164+70+141=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4468D is #5BB972. Grayscale: #6A6A6A. Windows color (decimal): -6011251 or 9258660. OLE color: 9258660.

HSL color Cylindrical-coordinate representation of color #A4468D: hue angle of 314.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4468D is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 141 -
CMYK 0 0.57 0.14 0.36
HSL 314.68º 0.4% 0.46% -
HSV(B) 314.68º 0.57% 0.64% -
XYZ 22.31 14.2 26.76 -
YUV 106.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 164 70 141 0 0.57 0.14 0.36 314.68 0.4 0.46
Hex A4 46 8D 0 39 E 24 13B 28 2E
Octal 244 106 215 0 71 16 44 473 50 56
Binary 10100100 1000110 10001101 0 111001 1110 100100 100111011 101000 101110

Color Harmonies of #A4468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4468D

Black with #A4468D

Text Example


Text Example

White with #A4468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4468D; }

 p { color: rgb(164,70,141); }

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

background-color css

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

 a { background-color: rgb(164,70,141); }

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

border-color css

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

 span { border-color: rgb(164,70,141); }

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