Html Css Color HEX #A34C8A Medium Red Violet

📋 copy color: '#A34C8A'

red 163 ◦ green 76 ◦ blue 138

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

Shades of Medium Red Violet #A34C8A

Tints of Medium Red Violet #A34C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 43.24%
G = 20.16%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A34C8A (or 0xA34C8A) is known color: Medium Red Violet. HEX triplet: A3, 4C and 8A. RGB value is (163,76,138). Sum of RGB (Red+Green+Blue) = 163+76+138=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C8A is #5CB375. Grayscale: #6C6C6C. Windows color (decimal): -6075254 or 9063587. OLE color: 9063587.

HSL color Cylindrical-coordinate representation of color #A34C8A: hue angle of 317.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34C8A is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 76 138 -
CMYK 0 0.53 0.15 0.36
HSL 317.24º 0.36% 0.47% -
HSV(B) 317.24º 0.53% 0.64% -
XYZ 22.28 14.79 25.73 -
YUV 109.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 163 76 138 0 0.53 0.15 0.36 317.24 0.36 0.47
Hex A3 4C 8A 0 35 F 24 13D 24 2F
Octal 243 114 212 0 65 17 44 475 44 57
Binary 10100011 1001100 10001010 0 110101 1111 100100 100111101 100100 101111

Color Harmonies of #A34C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C8A

Black with #A34C8A

Text Example


Text Example

White with #A34C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C8A; }

 p { color: rgb(163,76,138); }

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

background-color css

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

 a { background-color: rgb(163,76,138); }

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

border-color css

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

 span { border-color: rgb(163,76,138); }

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