Html Css Color HEX #A34190 Medium Red Violet

📋 copy color: '#A34190'

red 163 ◦ green 65 ◦ blue 144

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

Shades of Medium Red Violet #A34190

Tints of Medium Red Violet #A34190

RGB

 RED value IS 163 (64.06% from 255) = 43.82%

 GREEN value IS 65 (25.78% from 255) = 17.47%

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

R = 43.82%
G = 17.47%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A34190 (or 0xA34190) is known color: Medium Red Violet. HEX triplet: A3, 41 and 90. RGB value is (163,65,144). Sum of RGB (Red+Green+Blue) = 163+65+144=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A34190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34190 is #5CBE6F. Grayscale: #676767. Windows color (decimal): -6078064 or 9453987. OLE color: 9453987.

HSL color Cylindrical-coordinate representation of color #A34190: hue angle of 311.63º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34190 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 65 144 -
CMYK 0 0.60 0.12 0.36
HSL 311.63º 0.43% 0.45% -
HSV(B) 311.63º 0.6% 0.64% -
XYZ 22.03 13.58 27.85 -
YUV 103.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 163 65 144 0 0.60 0.12 0.36 311.63 0.43 0.45
Hex A3 41 90 0 3C C 24 138 2B 2D
Octal 243 101 220 0 74 14 44 470 53 55
Binary 10100011 1000001 10010000 0 111100 1100 100100 100111000 101011 101101

Color Harmonies of #A34190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34190

Black with #A34190

Text Example


Text Example

White with #A34190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34190; }

 p { color: rgb(163,65,144); }

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

background-color css

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

 a { background-color: rgb(163,65,144); }

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

border-color css

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

 span { border-color: rgb(163,65,144); }

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