Html Css Color HEX #A0388A Medium Red Violet

📋 copy color: '#A0388A'

red 160 ◦ green 56 ◦ blue 138

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

Shades of Medium Red Violet #A0388A

Tints of Medium Red Violet #A0388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

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

R = 45.2%
G = 15.82%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0388A (or 0xA0388A) is known color: Medium Red Violet. HEX triplet: A0, 38 and 8A. RGB value is (160,56,138). Sum of RGB (Red+Green+Blue) = 160+56+138=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0388A is #5FC775. Grayscale: #606060. Windows color (decimal): -6276982 or 9058464. OLE color: 9058464.

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

Color convert

RGB 160 56 138 -
CMYK 0 0.65 0.14 0.37
HSL 312.69º 0.48% 0.42% -
HSV(B) 312.69º 0.65% 0.63% -
XYZ 20.5 12.14 25.31 -
YUV 96.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 160 56 138 0 0.65 0.14 0.37 312.69 0.48 0.42
Hex A0 38 8A 0 41 E 25 139 30 2A
Octal 240 70 212 0 101 16 45 471 60 52
Binary 10100000 111000 10001010 0 1000001 1110 100101 100111001 110000 101010

Color Harmonies of #A0388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0388A

Black with #A0388A

Text Example


Text Example

White with #A0388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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