Html Css Color HEX #A0468B Medium Red Violet

📋 copy color: '#A0468B'

red 160 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #A0468B

Tints of Medium Red Violet #A0468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 43.36%
G = 18.97%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0468B (or 0xA0468B) is known color: Medium Red Violet. HEX triplet: A0, 46 and 8B. RGB value is (160,70,139). Sum of RGB (Red+Green+Blue) = 160+70+139=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0468B is #5FB974. Grayscale: #686868. Windows color (decimal): -6273397 or 9127584. OLE color: 9127584.

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

Color convert

RGB 160 70 139 -
CMYK 0 0.56 0.13 0.37
HSL 314º 0.39% 0.45% -
HSV(B) 314º 0.56% 0.63% -
XYZ 21.35 13.72 25.95 -
YUV 104.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 160 70 139 0 0.56 0.13 0.37 314 0.39 0.45
Hex A0 46 8B 0 38 D 25 13A 27 2D
Octal 240 106 213 0 70 15 45 472 47 55
Binary 10100000 1000110 10001011 0 111000 1101 100101 100111010 100111 101101

Color Harmonies of #A0468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0468B

Black with #A0468B

Text Example


Text Example

White with #A0468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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