Html Css Color HEX #A04388 Medium Red Violet

📋 copy color: '#A04388'

red 160 ◦ green 67 ◦ blue 136

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

Shades of Medium Red Violet #A04388

Tints of Medium Red Violet #A04388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 44.08%
G = 18.46%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A04388 (or 0xA04388) is known color: Medium Red Violet. HEX triplet: A0, 43 and 88. RGB value is (160,67,136). Sum of RGB (Red+Green+Blue) = 160+67+136=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04388 is #5FBC77. Grayscale: #666666. Windows color (decimal): -6274168 or 8930208. OLE color: 8930208.

HSL color Cylindrical-coordinate representation of color #A04388: hue angle of 315.48º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04388 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 67 136 -
CMYK 0 0.58 0.15 0.37
HSL 315.48º 0.41% 0.45% -
HSV(B) 315.48º 0.58% 0.63% -
XYZ 20.95 13.27 24.75 -
YUV 102.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 160 67 136 0 0.58 0.15 0.37 315.48 0.41 0.45
Hex A0 43 88 0 3A F 25 13B 29 2D
Octal 240 103 210 0 72 17 45 473 51 55
Binary 10100000 1000011 10001000 0 111010 1111 100101 100111011 101001 101101

Color Harmonies of #A04388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04388

Black with #A04388

Text Example


Text Example

White with #A04388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04388; }

 p { color: rgb(160,67,136); }

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

background-color css

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

 a { background-color: rgb(160,67,136); }

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

border-color css

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

 span { border-color: rgb(160,67,136); }

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