Html Css Color HEX #A34290 Medium Red Violet

📋 copy color: '#A34290'

red 163 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #A34290

Tints of Medium Red Violet #A34290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

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

R = 43.7%
G = 17.69%
B = 38.61%

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

#A34290 (or 0xA34290) is known color: Medium Red Violet. HEX triplet: A3, 42 and 90. RGB value is (163,66,144). Sum of RGB (Red+Green+Blue) = 163+66+144=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A34290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34290 is #5CBD6F. Grayscale: #676767. Windows color (decimal): -6077808 or 9454243. OLE color: 9454243.

HSL color Cylindrical-coordinate representation of color #A34290: hue angle of 311.75º degrees, saturation: 0.42, 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 #A34290 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 144 -
CMYK 0 0.60 0.12 0.36
HSL 311.75º 0.42% 0.45% -
HSV(B) 311.75º 0.6% 0.64% -
XYZ 22.09 13.7 27.87 -
YUV 103.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 163 66 144 0 0.60 0.12 0.36 311.75 0.42 0.45
Hex A3 42 90 0 3C C 24 138 2A 2D
Octal 243 102 220 0 74 14 44 470 52 55
Binary 10100011 1000010 10010000 0 111100 1100 100100 100111000 101010 101101

Color Harmonies of #A34290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34290

Black with #A34290

Text Example


Text Example

White with #A34290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34290; }

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

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

background-color css

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

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

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

border-color css

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

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

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