Html Css Color HEX #A0417E Medium Red Violet

📋 copy color: '#A0417E'

red 160 ◦ green 65 ◦ blue 126

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

Shades of Medium Red Violet #A0417E

Tints of Medium Red Violet #A0417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 45.58%
G = 18.52%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0417E (or 0xA0417E) is known color: Medium Red Violet. HEX triplet: A0, 41 and 7E. RGB value is (160,65,126). Sum of RGB (Red+Green+Blue) = 160+65+126=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0417E is #5FBE81. Grayscale: #646464. Windows color (decimal): -6274690 or 8274336. OLE color: 8274336.

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

Color convert

RGB 160 65 126 -
CMYK 0 0.59 0.21 0.37
HSL 321.47º 0.42% 0.44% -
HSV(B) 321.47º 0.59% 0.63% -
XYZ 20.15 12.76 21.14 -
YUV 100.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 160 65 126 0 0.59 0.21 0.37 321.47 0.42 0.44
Hex A0 41 7E 0 3B 15 25 141 2A 2C
Octal 240 101 176 0 73 25 45 501 52 54
Binary 10100000 1000001 1111110 0 111011 10101 100101 101000001 101010 101100

Color Harmonies of #A0417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0417E

Black with #A0417E

Text Example


Text Example

White with #A0417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0417E; }

 p { color: rgb(160,65,126); }

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

background-color css

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

 a { background-color: rgb(160,65,126); }

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

border-color css

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

 span { border-color: rgb(160,65,126); }

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