Html Css Color HEX #A83196 Medium Red Violet

📋 copy color: '#A83196'

red 168 ◦ green 49 ◦ blue 150

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

Shades of Medium Red Violet #A83196

Tints of Medium Red Violet #A83196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 45.78%
G = 13.35%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A83196 (or 0xA83196) is known color: Medium Red Violet. HEX triplet: A8, 31 and 96. RGB value is (168,49,150). Sum of RGB (Red+Green+Blue) = 168+49+150=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A83196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83196 is #57CE69. Grayscale: #5F5F5F. Windows color (decimal): -5754474 or 9843112. OLE color: 9843112.

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

Color convert

RGB 168 49 150 -
CMYK 0 0.71 0.11 0.34
HSL 309.08º 0.55% 0.43% -
HSV(B) 309.08º 0.71% 0.66% -
XYZ 22.75 12.72 30.11 -
YUV 96.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 168 49 150 0 0.71 0.11 0.34 309.08 0.55 0.43
Hex A8 31 96 0 47 B 22 135 37 2B
Octal 250 61 226 0 107 13 42 465 67 53
Binary 10101000 110001 10010110 0 1000111 1011 100010 100110101 110111 101011

Color Harmonies of #A83196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83196

Black with #A83196

Text Example


Text Example

White with #A83196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83196; }

 p { color: rgb(168,49,150); }

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

background-color css

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

 a { background-color: rgb(168,49,150); }

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

border-color css

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

 span { border-color: rgb(168,49,150); }

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