Html Css Color HEX #A0428C Medium Red Violet

📋 copy color: '#A0428C'

red 160 ◦ green 66 ◦ blue 140

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

Shades of Medium Red Violet #A0428C

Tints of Medium Red Violet #A0428C

RGB

 RED value IS 160 (62.89% from 255) = 43.72%

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

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

R = 43.72%
G = 18.03%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0428C (or 0xA0428C) is known color: Medium Red Violet. HEX triplet: A0, 42 and 8C. RGB value is (160,66,140). Sum of RGB (Red+Green+Blue) = 160+66+140=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0428C is #5FBD73. Grayscale: #666666. Windows color (decimal): -6274420 or 9192096. OLE color: 9192096.

HSL color Cylindrical-coordinate representation of color #A0428C: hue angle of 312.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0428C is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 140 -
CMYK 0 0.59 0.12 0.37
HSL 312.77º 0.42% 0.44% -
HSV(B) 312.77º 0.59% 0.63% -
XYZ 21.18 13.26 26.25 -
YUV 102.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 160 66 140 0 0.59 0.12 0.37 312.77 0.42 0.44
Hex A0 42 8C 0 3B C 25 139 2A 2C
Octal 240 102 214 0 73 14 45 471 52 54
Binary 10100000 1000010 10001100 0 111011 1100 100101 100111001 101010 101100

Color Harmonies of #A0428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0428C

Black with #A0428C

Text Example


Text Example

White with #A0428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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