Html Css Color HEX #A83F81 Medium Red Violet

📋 copy color: '#A83F81'

red 168 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #A83F81

Tints of Medium Red Violet #A83F81

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

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

R = 46.67%
G = 17.5%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A83F81 (or 0xA83F81) is known color: Medium Red Violet. HEX triplet: A8, 3F and 81. RGB value is (168,63,129). Sum of RGB (Red+Green+Blue) = 168+63+129=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83F81 is #57C07E. Grayscale: #656565. Windows color (decimal): -5750911 or 8470440. OLE color: 8470440.

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

Color convert

RGB 168 63 129 -
CMYK 0 0.63 0.23 0.34
HSL 322.29º 0.45% 0.45% -
HSV(B) 322.29º 0.63% 0.66% -
XYZ 21.89 13.46 22.21 -
YUV 101.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 168 63 129 0 0.63 0.23 0.34 322.29 0.45 0.45
Hex A8 3F 81 0 3F 17 22 142 2D 2D
Octal 250 77 201 0 77 27 42 502 55 55
Binary 10101000 111111 10000001 0 111111 10111 100010 101000010 101101 101101

Color Harmonies of #A83F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F81

Black with #A83F81

Text Example


Text Example

White with #A83F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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