Html Css Color HEX #A83084 Medium Red Violet

📋 copy color: '#A83084'

red 168 ◦ green 48 ◦ blue 132

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

Shades of Medium Red Violet #A83084

Tints of Medium Red Violet #A83084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 48.28%
G = 13.79%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A83084 (or 0xA83084) is known color: Medium Red Violet. HEX triplet: A8, 30 and 84. RGB value is (168,48,132). Sum of RGB (Red+Green+Blue) = 168+48+132=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A83084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83084 is #57CF7B. Grayscale: #5D5D5D. Windows color (decimal): -5754748 or 8663208. OLE color: 8663208.

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

Color convert

RGB 168 48 132 -
CMYK 0 0.71 0.21 0.34
HSL 318º 0.56% 0.42% -
HSV(B) 318º 0.71% 0.66% -
XYZ 21.37 12.1 23.04 -
YUV 93.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 168 48 132 0 0.71 0.21 0.34 318 0.56 0.42
Hex A8 30 84 0 47 15 22 13E 38 2A
Octal 250 60 204 0 107 25 42 476 70 52
Binary 10101000 110000 10000100 0 1000111 10101 100010 100111110 111000 101010

Color Harmonies of #A83084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83084

Black with #A83084

Text Example


Text Example

White with #A83084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83084; }

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

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

background-color css

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

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

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

border-color css

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

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

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