Html Css Color HEX #A0398A Medium Red Violet

📋 copy color: '#A0398A'

red 160 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #A0398A

Tints of Medium Red Violet #A0398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 45.07%
G = 16.06%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0398A (or 0xA0398A) is known color: Medium Red Violet. HEX triplet: A0, 39 and 8A. RGB value is (160,57,138). Sum of RGB (Red+Green+Blue) = 160+57+138=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0398A is #5FC675. Grayscale: #606060. Windows color (decimal): -6276726 or 9058720. OLE color: 9058720.

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

Color convert

RGB 160 57 138 -
CMYK 0 0.64 0.14 0.37
HSL 312.82º 0.47% 0.43% -
HSV(B) 312.82º 0.64% 0.63% -
XYZ 20.55 12.23 25.32 -
YUV 97.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 160 57 138 0 0.64 0.14 0.37 312.82 0.47 0.43
Hex A0 39 8A 0 40 E 25 139 2F 2B
Octal 240 71 212 0 100 16 45 471 57 53
Binary 10100000 111001 10001010 0 1000000 1110 100101 100111001 101111 101011

Color Harmonies of #A0398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0398A

Black with #A0398A

Text Example


Text Example

White with #A0398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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