Html Css Color HEX #A83096 Medium Red Violet

📋 copy color: '#A83096'

red 168 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #A83096

Tints of Medium Red Violet #A83096

RGB

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

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

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

R = 45.9%
G = 13.11%
B = 40.98%

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

#A83096 (or 0xA83096) is known color: Medium Red Violet. HEX triplet: A8, 30 and 96. RGB value is (168,48,150). Sum of RGB (Red+Green+Blue) = 168+48+150=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A83096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83096 is #57CF69. Grayscale: #5F5F5F. Windows color (decimal): -5754730 or 9842856. OLE color: 9842856.

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

Color convert

RGB 168 48 150 -
CMYK 0 0.71 0.11 0.34
HSL 309º 0.56% 0.42% -
HSV(B) 309º 0.71% 0.66% -
XYZ 22.71 12.64 30.1 -
YUV 95.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 168 48 150 0 0.71 0.11 0.34 309 0.56 0.42
Hex A8 30 96 0 47 B 22 135 38 2A
Octal 250 60 226 0 107 13 42 465 70 52
Binary 10101000 110000 10010110 0 1000111 1011 100010 100110101 111000 101010

Color Harmonies of #A83096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83096

Black with #A83096

Text Example


Text Example

White with #A83096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83096; }

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

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

background-color css

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

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

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

border-color css

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

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

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