Html Css Color HEX #A03F90 Medium Red Violet

📋 copy color: '#A03F90'

red 160 ◦ green 63 ◦ blue 144

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

Shades of Medium Red Violet #A03F90

Tints of Medium Red Violet #A03F90

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 43.6%
G = 17.17%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A03F90 (or 0xA03F90) is known color: Medium Red Violet. HEX triplet: A0, 3F and 90. RGB value is (160,63,144). Sum of RGB (Red+Green+Blue) = 160+63+144=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F90 is #5FC06F. Grayscale: #656565. Windows color (decimal): -6275184 or 9453472. OLE color: 9453472.

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

Color convert

RGB 160 63 144 -
CMYK 0 0.61 0.1 0.37
HSL 309.9º 0.43% 0.44% -
HSV(B) 309.9º 0.61% 0.63% -
XYZ 21.31 13.04 27.78 -
YUV 101.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 160 63 144 0 0.61 0.1 0.37 309.9 0.43 0.44
Hex A0 3F 90 0 3D A 25 136 2B 2C
Octal 240 77 220 0 75 12 45 466 53 54
Binary 10100000 111111 10010000 0 111101 1010 100101 100110110 101011 101100

Color Harmonies of #A03F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F90

Black with #A03F90

Text Example


Text Example

White with #A03F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F90; }

 p { color: rgb(160,63,144); }

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

background-color css

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

 a { background-color: rgb(160,63,144); }

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

border-color css

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

 span { border-color: rgb(160,63,144); }

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