Html Css Color HEX #A34A8A Medium Red Violet

📋 copy color: '#A34A8A'

red 163 ◦ green 74 ◦ blue 138

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

Shades of Medium Red Violet #A34A8A

Tints of Medium Red Violet #A34A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

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

R = 43.47%
G = 19.73%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A34A8A (or 0xA34A8A) is known color: Medium Red Violet. HEX triplet: A3, 4A and 8A. RGB value is (163,74,138). Sum of RGB (Red+Green+Blue) = 163+74+138=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A8A is #5CB575. Grayscale: #6B6B6B. Windows color (decimal): -6075766 or 9063075. OLE color: 9063075.

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

Color convert

RGB 163 74 138 -
CMYK 0 0.55 0.15 0.36
HSL 316.85º 0.38% 0.46% -
HSV(B) 316.85º 0.55% 0.64% -
XYZ 22.14 14.52 25.68 -
YUV 107.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 163 74 138 0 0.55 0.15 0.36 316.85 0.38 0.46
Hex A3 4A 8A 0 37 F 24 13D 26 2E
Octal 243 112 212 0 67 17 44 475 46 56
Binary 10100011 1001010 10001010 0 110111 1111 100100 100111101 100110 101110

Color Harmonies of #A34A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A8A

Black with #A34A8A

Text Example


Text Example

White with #A34A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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