Html Css Color HEX #A82D8D Medium Red Violet

📋 copy color: '#A82D8D'

red 168 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #A82D8D

Tints of Medium Red Violet #A82D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.71%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 47.46%
G = 12.71%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A82D8D (or 0xA82D8D) is known color: Medium Red Violet. HEX triplet: A8, 2D and 8D. RGB value is (168,45,141). Sum of RGB (Red+Green+Blue) = 168+45+141=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D8D is #57D272. Grayscale: #5C5C5C. Windows color (decimal): -5755507 or 9252264. OLE color: 9252264.

HSL color Cylindrical-coordinate representation of color #A82D8D: hue angle of 313.17º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D8D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 45 141 -
CMYK 0 0.73 0.16 0.34
HSL 313.17º 0.58% 0.42% -
HSV(B) 313.17º 0.73% 0.66% -
XYZ 21.89 12.12 26.39 -
YUV 92.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 168 45 141 0 0.73 0.16 0.34 313.17 0.58 0.42
Hex A8 2D 8D 0 49 10 22 139 3A 2A
Octal 250 55 215 0 111 20 42 471 72 52
Binary 10101000 101101 10001101 0 1001001 10000 100010 100111001 111010 101010

Color Harmonies of #A82D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D8D

Black with #A82D8D

Text Example


Text Example

White with #A82D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D8D; }

 p { color: rgb(168,45,141); }

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

background-color css

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

 a { background-color: rgb(168,45,141); }

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

border-color css

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

 span { border-color: rgb(168,45,141); }

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