Html Css Color HEX #A83384 Medium Red Violet

📋 copy color: '#A83384'

red 168 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #A83384

Tints of Medium Red Violet #A83384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 47.86%
G = 14.53%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A83384 (or 0xA83384) is known color: Medium Red Violet. HEX triplet: A8, 33 and 84. RGB value is (168,51,132). Sum of RGB (Red+Green+Blue) = 168+51+132=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A83384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83384 is #57CC7B. Grayscale: #5F5F5F. Windows color (decimal): -5753980 or 8663976. OLE color: 8663976.

HSL color Cylindrical-coordinate representation of color #A83384: hue angle of 318.46º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83384 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 132 -
CMYK 0 0.70 0.21 0.34
HSL 318.46º 0.53% 0.43% -
HSV(B) 318.46º 0.7% 0.66% -
XYZ 21.5 12.36 23.08 -
YUV 95.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 168 51 132 0 0.70 0.21 0.34 318.46 0.53 0.43
Hex A8 33 84 0 46 15 22 13E 35 2B
Octal 250 63 204 0 106 25 42 476 65 53
Binary 10101000 110011 10000100 0 1000110 10101 100010 100111110 110101 101011

Color Harmonies of #A83384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83384

Black with #A83384

Text Example


Text Example

White with #A83384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83384; }

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

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

background-color css

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

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

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

border-color css

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

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

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