Html Css Color HEX #A83988 Medium Red Violet

📋 copy color: '#A83988'

red 168 ◦ green 57 ◦ blue 136

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

Shades of Medium Red Violet #A83988

Tints of Medium Red Violet #A83988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 46.54%
G = 15.79%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A83988 (or 0xA83988) is known color: Medium Red Violet. HEX triplet: A8, 39 and 88. RGB value is (168,57,136). Sum of RGB (Red+Green+Blue) = 168+57+136=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A83988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83988 is #57C677. Grayscale: #626262. Windows color (decimal): -5752440 or 8927656. OLE color: 8927656.

HSL color Cylindrical-coordinate representation of color #A83988: hue angle of 317.3º 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 #A83988 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 136 -
CMYK 0 0.66 0.19 0.34
HSL 317.3º 0.49% 0.44% -
HSV(B) 317.3º 0.66% 0.66% -
XYZ 22.06 13.03 24.64 -
YUV 99.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 168 57 136 0 0.66 0.19 0.34 317.3 0.49 0.44
Hex A8 39 88 0 42 13 22 13D 31 2C
Octal 250 71 210 0 102 23 42 475 61 54
Binary 10101000 111001 10001000 0 1000010 10011 100010 100111101 110001 101100

Color Harmonies of #A83988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83988

Black with #A83988

Text Example


Text Example

White with #A83988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83988; }

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

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

background-color css

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

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

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

border-color css

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

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

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