Html Css Color HEX #A4307E Medium Red Violet

📋 copy color: '#A4307E'

red 164 ◦ green 48 ◦ blue 126

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

Shades of Medium Red Violet #A4307E

Tints of Medium Red Violet #A4307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 48.52%
G = 14.2%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4307E (or 0xA4307E) is known color: Medium Red Violet. HEX triplet: A4, 30 and 7E. RGB value is (164,48,126). Sum of RGB (Red+Green+Blue) = 164+48+126=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4307E is #5BCF81. Grayscale: #5B5B5B. Windows color (decimal): -6016898 or 8269988. OLE color: 8269988.

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

Color convert

RGB 164 48 126 -
CMYK 0 0.71 0.23 0.36
HSL 319.66º 0.55% 0.42% -
HSV(B) 319.66º 0.71% 0.64% -
XYZ 20.13 11.51 20.9 -
YUV 91.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 164 48 126 0 0.71 0.23 0.36 319.66 0.55 0.42
Hex A4 30 7E 0 47 17 24 140 37 2A
Octal 244 60 176 0 107 27 44 500 67 52
Binary 10100100 110000 1111110 0 1000111 10111 100100 101000000 110111 101010

Color Harmonies of #A4307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4307E

Black with #A4307E

Text Example


Text Example

White with #A4307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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