Html Css Color HEX #A4428C Medium Red Violet

📋 copy color: '#A4428C'

red 164 ◦ green 66 ◦ blue 140

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

Shades of Medium Red Violet #A4428C

Tints of Medium Red Violet #A4428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 44.32%
G = 17.84%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4428C (or 0xA4428C) is known color: Medium Red Violet. HEX triplet: A4, 42 and 8C. RGB value is (164,66,140). Sum of RGB (Red+Green+Blue) = 164+66+140=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4428C is #5BBD73. Grayscale: #676767. Windows color (decimal): -6012276 or 9192100. OLE color: 9192100.

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

Color convert

RGB 164 66 140 -
CMYK 0 0.60 0.15 0.36
HSL 314.69º 0.43% 0.45% -
HSV(B) 314.69º 0.6% 0.64% -
XYZ 21.99 13.68 26.29 -
YUV 103.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 164 66 140 0 0.60 0.15 0.36 314.69 0.43 0.45
Hex A4 42 8C 0 3C F 24 13B 2B 2D
Octal 244 102 214 0 74 17 44 473 53 55
Binary 10100100 1000010 10001100 0 111100 1111 100100 100111011 101011 101101

Color Harmonies of #A4428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4428C

Black with #A4428C

Text Example


Text Example

White with #A4428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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