Html Css Color HEX #A34883 Medium Red Violet

📋 copy color: '#A34883'

red 163 ◦ green 72 ◦ blue 131

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

Shades of Medium Red Violet #A34883

Tints of Medium Red Violet #A34883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 44.54%
G = 19.67%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34883 (or 0xA34883) is known color: Medium Red Violet. HEX triplet: A3, 48 and 83. RGB value is (163,72,131). Sum of RGB (Red+Green+Blue) = 163+72+131=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A34883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34883 is #5CB77C. Grayscale: #696969. Windows color (decimal): -6076285 or 8603811. OLE color: 8603811.

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

Color convert

RGB 163 72 131 -
CMYK 0 0.56 0.20 0.36
HSL 321.1º 0.39% 0.46% -
HSV(B) 321.1º 0.56% 0.64% -
XYZ 21.52 14.06 23.05 -
YUV 105.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 163 72 131 0 0.56 0.20 0.36 321.1 0.39 0.46
Hex A3 48 83 0 38 14 24 141 27 2E
Octal 243 110 203 0 70 24 44 501 47 56
Binary 10100011 1001000 10000011 0 111000 10100 100100 101000001 100111 101110

Color Harmonies of #A34883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34883

Black with #A34883

Text Example


Text Example

White with #A34883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34883; }

 p { color: rgb(163,72,131); }

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

background-color css

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

 a { background-color: rgb(163,72,131); }

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

border-color css

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

 span { border-color: rgb(163,72,131); }

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