Html Css Color HEX #A0468A Medium Red Violet

📋 copy color: '#A0468A'

red 160 ◦ green 70 ◦ blue 138

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

Shades of Medium Red Violet #A0468A

Tints of Medium Red Violet #A0468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 43.48%
G = 19.02%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0468A (or 0xA0468A) is known color: Medium Red Violet. HEX triplet: A0, 46 and 8A. RGB value is (160,70,138). Sum of RGB (Red+Green+Blue) = 160+70+138=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0468A is #5FB975. Grayscale: #686868. Windows color (decimal): -6273398 or 9062048. OLE color: 9062048.

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

Color convert

RGB 160 70 138 -
CMYK 0 0.56 0.14 0.37
HSL 314.67º 0.39% 0.45% -
HSV(B) 314.67º 0.56% 0.63% -
XYZ 21.27 13.69 25.57 -
YUV 104.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 160 70 138 0 0.56 0.14 0.37 314.67 0.39 0.45
Hex A0 46 8A 0 38 E 25 13B 27 2D
Octal 240 106 212 0 70 16 45 473 47 55
Binary 10100000 1000110 10001010 0 111000 1110 100101 100111011 100111 101101

Color Harmonies of #A0468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0468A

Black with #A0468A

Text Example


Text Example

White with #A0468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0468A; }

 p { color: rgb(160,70,138); }

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

background-color css

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

 a { background-color: rgb(160,70,138); }

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

border-color css

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

 span { border-color: rgb(160,70,138); }

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