Html Css Color HEX #A4387E Medium Red Violet

📋 copy color: '#A4387E'

red 164 ◦ green 56 ◦ blue 126

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

Shades of Medium Red Violet #A4387E

Tints of Medium Red Violet #A4387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 47.4%
G = 16.18%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4387E (or 0xA4387E) is known color: Medium Red Violet. HEX triplet: A4, 38 and 7E. RGB value is (164,56,126). Sum of RGB (Red+Green+Blue) = 164+56+126=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4387E is #5BC781. Grayscale: #606060. Windows color (decimal): -6014850 or 8272036. OLE color: 8272036.

HSL color Cylindrical-coordinate representation of color #A4387E: hue angle of 321.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4387E is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 126 -
CMYK 0 0.66 0.23 0.36
HSL 321.11º 0.49% 0.43% -
HSV(B) 321.11º 0.66% 0.64% -
XYZ 20.49 12.23 21.02 -
YUV 96.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 164 56 126 0 0.66 0.23 0.36 321.11 0.49 0.43
Hex A4 38 7E 0 42 17 24 141 31 2B
Octal 244 70 176 0 102 27 44 501 61 53
Binary 10100100 111000 1111110 0 1000010 10111 100100 101000001 110001 101011

Color Harmonies of #A4387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4387E

Black with #A4387E

Text Example


Text Example

White with #A4387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4387E; }

 p { color: rgb(164,56,126); }

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

background-color css

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

 a { background-color: rgb(164,56,126); }

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

border-color css

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

 span { border-color: rgb(164,56,126); }

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