Html Css Color HEX #A4358A Medium Red Violet

📋 copy color: '#A4358A'

red 164 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #A4358A

Tints of Medium Red Violet #A4358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 46.2%
G = 14.93%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4358A (or 0xA4358A) is known color: Medium Red Violet. HEX triplet: A4, 35 and 8A. RGB value is (164,53,138). Sum of RGB (Red+Green+Blue) = 164+53+138=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4358A is #5BCA75. Grayscale: #5F5F5F. Windows color (decimal): -6015606 or 9057700. OLE color: 9057700.

HSL color Cylindrical-coordinate representation of color #A4358A: hue angle of 314.05º 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 #A4358A is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 138 -
CMYK 0 0.68 0.16 0.36
HSL 314.05º 0.51% 0.43% -
HSV(B) 314.05º 0.68% 0.64% -
XYZ 21.17 12.27 25.3 -
YUV 95.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 164 53 138 0 0.68 0.16 0.36 314.05 0.51 0.43
Hex A4 35 8A 0 44 10 24 13A 33 2B
Octal 244 65 212 0 104 20 44 472 63 53
Binary 10100100 110101 10001010 0 1000100 10000 100100 100111010 110011 101011

Color Harmonies of #A4358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4358A

Black with #A4358A

Text Example


Text Example

White with #A4358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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