Html Css Color HEX #A34090 Medium Red Violet

📋 copy color: '#A34090'

red 163 ◦ green 64 ◦ blue 144

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

Shades of Medium Red Violet #A34090

Tints of Medium Red Violet #A34090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

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

R = 43.94%
G = 17.25%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A34090 (or 0xA34090) is known color: Medium Red Violet. HEX triplet: A3, 40 and 90. RGB value is (163,64,144). Sum of RGB (Red+Green+Blue) = 163+64+144=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A34090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34090 is #5CBF6F. Grayscale: #666666. Windows color (decimal): -6078320 or 9453731. OLE color: 9453731.

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

Color convert

RGB 163 64 144 -
CMYK 0 0.61 0.12 0.36
HSL 311.52º 0.44% 0.45% -
HSV(B) 311.52º 0.61% 0.64% -
XYZ 21.97 13.47 27.83 -
YUV 102.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 163 64 144 0 0.61 0.12 0.36 311.52 0.44 0.45
Hex A3 40 90 0 3D C 24 138 2C 2D
Octal 243 100 220 0 75 14 44 470 54 55
Binary 10100011 1000000 10010000 0 111101 1100 100100 100111000 101100 101101

Color Harmonies of #A34090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34090

Black with #A34090

Text Example


Text Example

White with #A34090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34090; }

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

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

background-color css

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

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

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

border-color css

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

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

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