Html Css Color HEX #A0388F Medium Red Violet

📋 copy color: '#A0388F'

red 160 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #A0388F

Tints of Medium Red Violet #A0388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 44.57%
G = 15.6%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0388F (or 0xA0388F) is known color: Medium Red Violet. HEX triplet: A0, 38 and 8F. RGB value is (160,56,143). Sum of RGB (Red+Green+Blue) = 160+56+143=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0388F is #5FC770. Grayscale: #606060. Windows color (decimal): -6276977 or 9386144. OLE color: 9386144.

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

Color convert

RGB 160 56 143 -
CMYK 0 0.65 0.11 0.37
HSL 309.81º 0.48% 0.42% -
HSV(B) 309.81º 0.65% 0.63% -
XYZ 20.87 12.29 27.26 -
YUV 97.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 160 56 143 0 0.65 0.11 0.37 309.81 0.48 0.42
Hex A0 38 8F 0 41 B 25 136 30 2A
Octal 240 70 217 0 101 13 45 466 60 52
Binary 10100000 111000 10001111 0 1000001 1011 100101 100110110 110000 101010

Color Harmonies of #A0388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0388F

Black with #A0388F

Text Example


Text Example

White with #A0388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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