Html Css Color HEX #A4428A Medium Red Violet

📋 copy color: '#A4428A'

red 164 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #A4428A

Tints of Medium Red Violet #A4428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 44.57%
G = 17.93%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4428A (or 0xA4428A) is known color: Medium Red Violet. HEX triplet: A4, 42 and 8A. RGB value is (164,66,138). Sum of RGB (Red+Green+Blue) = 164+66+138=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4428A is #5BBD75. Grayscale: #676767. Windows color (decimal): -6012278 or 9061028. OLE color: 9061028.

HSL color Cylindrical-coordinate representation of color #A4428A: hue angle of 315.92º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4428A is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 138 -
CMYK 0 0.60 0.16 0.36
HSL 315.92º 0.43% 0.45% -
HSV(B) 315.92º 0.6% 0.64% -
XYZ 21.85 13.62 25.52 -
YUV 103.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 164 66 138 0 0.60 0.16 0.36 315.92 0.43 0.45
Hex A4 42 8A 0 3C 10 24 13C 2B 2D
Octal 244 102 212 0 74 20 44 474 53 55
Binary 10100100 1000010 10001010 0 111100 10000 100100 100111100 101011 101101

Color Harmonies of #A4428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4428A

Black with #A4428A

Text Example


Text Example

White with #A4428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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