Html Css Color HEX #A4358D Medium Red Violet

📋 copy color: '#A4358D'

red 164 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #A4358D

Tints of Medium Red Violet #A4358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 45.81%
G = 14.8%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4358D (or 0xA4358D) is known color: Medium Red Violet. HEX triplet: A4, 35 and 8D. RGB value is (164,53,141). Sum of RGB (Red+Green+Blue) = 164+53+141=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4358D is #5BCA72. Grayscale: #5F5F5F. Windows color (decimal): -6015603 or 9254308. OLE color: 9254308.

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

Color convert

RGB 164 53 141 -
CMYK 0 0.68 0.14 0.36
HSL 312.43º 0.51% 0.43% -
HSV(B) 312.43º 0.68% 0.64% -
XYZ 21.39 12.36 26.46 -
YUV 96.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 164 53 141 0 0.68 0.14 0.36 312.43 0.51 0.43
Hex A4 35 8D 0 44 E 24 138 33 2B
Octal 244 65 215 0 104 16 44 470 63 53
Binary 10100100 110101 10001101 0 1000100 1110 100100 100111000 110011 101011

Color Harmonies of #A4358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4358D

Black with #A4358D

Text Example


Text Example

White with #A4358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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