Html Css Color HEX #A83981 Medium Red Violet

📋 copy color: '#A83981'

red 168 ◦ green 57 ◦ blue 129

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

Shades of Medium Red Violet #A83981

Tints of Medium Red Violet #A83981

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 47.46%
G = 16.1%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A83981 (or 0xA83981) is known color: Medium Red Violet. HEX triplet: A8, 39 and 81. RGB value is (168,57,129). Sum of RGB (Red+Green+Blue) = 168+57+129=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A83981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83981 is #57C67E. Grayscale: #626262. Windows color (decimal): -5752447 or 8468904. OLE color: 8468904.

HSL color Cylindrical-coordinate representation of color #A83981: hue angle of 321.08º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83981 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 129 -
CMYK 0 0.66 0.23 0.34
HSL 321.08º 0.49% 0.44% -
HSV(B) 321.08º 0.66% 0.66% -
XYZ 21.57 12.84 22.11 -
YUV 98.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 168 57 129 0 0.66 0.23 0.34 321.08 0.49 0.44
Hex A8 39 81 0 42 17 22 141 31 2C
Octal 250 71 201 0 102 27 42 501 61 54
Binary 10101000 111001 10000001 0 1000010 10111 100010 101000001 110001 101100

Color Harmonies of #A83981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83981

Black with #A83981

Text Example


Text Example

White with #A83981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83981; }

 p { color: rgb(168,57,129); }

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

background-color css

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

 a { background-color: rgb(168,57,129); }

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

border-color css

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

 span { border-color: rgb(168,57,129); }

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