Html Css Color HEX #A0427D Medium Red Violet

📋 copy color: '#A0427D'

red 160 ◦ green 66 ◦ blue 125

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

Shades of Medium Red Violet #A0427D

Tints of Medium Red Violet #A0427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 45.58%
G = 18.8%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0427D (or 0xA0427D) is known color: Medium Red Violet. HEX triplet: A0, 42 and 7D. RGB value is (160,66,125). Sum of RGB (Red+Green+Blue) = 160+66+125=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0427D is #5FBD82. Grayscale: #646464. Windows color (decimal): -6274435 or 8209056. OLE color: 8209056.

HSL color Cylindrical-coordinate representation of color #A0427D: hue angle of 322.34º 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 #A0427D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 125 -
CMYK 0 0.59 0.22 0.37
HSL 322.34º 0.42% 0.44% -
HSV(B) 322.34º 0.59% 0.63% -
XYZ 20.15 12.85 20.82 -
YUV 100.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 160 66 125 0 0.59 0.22 0.37 322.34 0.42 0.44
Hex A0 42 7D 0 3B 16 25 142 2A 2C
Octal 240 102 175 0 73 26 45 502 52 54
Binary 10100000 1000010 1111101 0 111011 10110 100101 101000010 101010 101100

Color Harmonies of #A0427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0427D

Black with #A0427D

Text Example


Text Example

White with #A0427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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