Html Css Color HEX #A34581 Medium Red Violet

📋 copy color: '#A34581'

red 163 ◦ green 69 ◦ blue 129

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

Shades of Medium Red Violet #A34581

Tints of Medium Red Violet #A34581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 45.15%
G = 19.11%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A34581 (or 0xA34581) is known color: Medium Red Violet. HEX triplet: A3, 45 and 81. RGB value is (163,69,129). Sum of RGB (Red+Green+Blue) = 163+69+129=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34581 is #5CBA7E. Grayscale: #676767. Windows color (decimal): -6077055 or 8471971. OLE color: 8471971.

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

Color convert

RGB 163 69 129 -
CMYK 0 0.58 0.21 0.36
HSL 321.7º 0.41% 0.45% -
HSV(B) 321.7º 0.58% 0.64% -
XYZ 21.19 13.63 22.28 -
YUV 103.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 163 69 129 0 0.58 0.21 0.36 321.7 0.41 0.45
Hex A3 45 81 0 3A 15 24 142 29 2D
Octal 243 105 201 0 72 25 44 502 51 55
Binary 10100011 1000101 10000001 0 111010 10101 100100 101000010 101001 101101

Color Harmonies of #A34581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34581

Black with #A34581

Text Example


Text Example

White with #A34581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34581; }

 p { color: rgb(163,69,129); }

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

background-color css

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

 a { background-color: rgb(163,69,129); }

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

border-color css

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

 span { border-color: rgb(163,69,129); }

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