Html Css Color HEX #A0457F Medium Red Violet

📋 copy color: '#A0457F'

red 160 ◦ green 69 ◦ blue 127

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

Shades of Medium Red Violet #A0457F

Tints of Medium Red Violet #A0457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.38%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 44.94%
G = 19.38%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0457F (or 0xA0457F) is known color: Medium Red Violet. HEX triplet: A0, 45 and 7F. RGB value is (160,69,127). Sum of RGB (Red+Green+Blue) = 160+69+127=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0457F is #5FBA80. Grayscale: #666666. Windows color (decimal): -6273665 or 8340896. OLE color: 8340896.

HSL color Cylindrical-coordinate representation of color #A0457F: hue angle of 321.76º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0457F is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 69 127 -
CMYK 0 0.57 0.21 0.37
HSL 321.76º 0.4% 0.45% -
HSV(B) 321.76º 0.57% 0.63% -
XYZ 20.46 13.26 21.56 -
YUV 102.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 160 69 127 0 0.57 0.21 0.37 321.76 0.4 0.45
Hex A0 45 7F 0 39 15 25 142 28 2D
Octal 240 105 177 0 71 25 45 502 50 55
Binary 10100000 1000101 1111111 0 111001 10101 100101 101000010 101000 101101

Color Harmonies of #A0457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0457F

Black with #A0457F

Text Example


Text Example

White with #A0457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0457F; }

 p { color: rgb(160,69,127); }

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

background-color css

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

 a { background-color: rgb(160,69,127); }

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

border-color css

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

 span { border-color: rgb(160,69,127); }

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