Html Css Color HEX #A83083 Medium Red Violet

📋 copy color: '#A83083'

red 168 ◦ green 48 ◦ blue 131

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

Shades of Medium Red Violet #A83083

Tints of Medium Red Violet #A83083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 48.41%
G = 13.83%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A83083 (or 0xA83083) is known color: Medium Red Violet. HEX triplet: A8, 30 and 83. RGB value is (168,48,131). Sum of RGB (Red+Green+Blue) = 168+48+131=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A83083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83083 is #57CF7C. Grayscale: #5D5D5D. Windows color (decimal): -5754749 or 8597672. OLE color: 8597672.

HSL color Cylindrical-coordinate representation of color #A83083: hue angle of 318.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83083 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 131 -
CMYK 0 0.71 0.22 0.34
HSL 318.5º 0.56% 0.42% -
HSV(B) 318.5º 0.71% 0.66% -
XYZ 21.3 12.08 22.68 -
YUV 93.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 168 48 131 0 0.71 0.22 0.34 318.5 0.56 0.42
Hex A8 30 83 0 47 16 22 13E 38 2A
Octal 250 60 203 0 107 26 42 476 70 52
Binary 10101000 110000 10000011 0 1000111 10110 100010 100111110 111000 101010

Color Harmonies of #A83083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83083

Black with #A83083

Text Example


Text Example

White with #A83083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83083; }

 p { color: rgb(168,48,131); }

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

background-color css

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

 a { background-color: rgb(168,48,131); }

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

border-color css

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

 span { border-color: rgb(168,48,131); }

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