Html Css Color HEX #A4238D Medium Red Violet

📋 copy color: '#A4238D'

red 164 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #A4238D

Tints of Medium Red Violet #A4238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

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

R = 48.24%
G = 10.29%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4238D (or 0xA4238D) is known color: Medium Red Violet. HEX triplet: A4, 23 and 8D. RGB value is (164,35,141). Sum of RGB (Red+Green+Blue) = 164+35+141=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4238D is #5BDC72. Grayscale: #555555. Windows color (decimal): -6020211 or 9249700. OLE color: 9249700.

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

Color convert

RGB 164 35 141 -
CMYK 0 0.79 0.14 0.36
HSL 310.7º 0.65% 0.39% -
HSV(B) 310.7º 0.79% 0.64% -
XYZ 20.72 11.02 26.23 -
YUV 85.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 164 35 141 0 0.79 0.14 0.36 310.7 0.65 0.39
Hex A4 23 8D 0 4F E 24 137 41 27
Octal 244 43 215 0 117 16 44 467 101 47
Binary 10100100 100011 10001101 0 1001111 1110 100100 100110111 1000001 100111

Color Harmonies of #A4238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4238D

Black with #A4238D

Text Example


Text Example

White with #A4238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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