Html Css Color HEX #A82396 Medium Red Violet

📋 copy color: '#A82396'

red 168 ◦ green 35 ◦ blue 150

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

Shades of Medium Red Violet #A82396

Tints of Medium Red Violet #A82396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

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

R = 47.59%
G = 9.92%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A82396 (or 0xA82396) is known color: Medium Red Violet. HEX triplet: A8, 23 and 96. RGB value is (168,35,150). Sum of RGB (Red+Green+Blue) = 168+35+150=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A82396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82396 is #57DC69. Grayscale: #575757. Windows color (decimal): -5758058 or 9839528. OLE color: 9839528.

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

Color convert

RGB 168 35 150 -
CMYK 0 0.79 0.11 0.34
HSL 308.12º 0.66% 0.4% -
HSV(B) 308.12º 0.79% 0.66% -
XYZ 22.25 11.73 29.95 -
YUV 87.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 168 35 150 0 0.79 0.11 0.34 308.12 0.66 0.4
Hex A8 23 96 0 4F B 22 134 42 28
Octal 250 43 226 0 117 13 42 464 102 50
Binary 10101000 100011 10010110 0 1001111 1011 100010 100110100 1000010 101000

Color Harmonies of #A82396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82396

Black with #A82396

Text Example


Text Example

White with #A82396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82396; }

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

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

background-color css

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

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

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

border-color css

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

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

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