Html Css Color HEX #A82D9A Medium Red Violet

📋 copy color: '#A82D9A'

red 168 ◦ green 45 ◦ blue 154

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

Shades of Medium Red Violet #A82D9A

Tints of Medium Red Violet #A82D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 45.78%
G = 12.26%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A82D9A (or 0xA82D9A) is known color: Medium Red Violet. HEX triplet: A8, 2D and 9A. RGB value is (168,45,154). Sum of RGB (Red+Green+Blue) = 168+45+154=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D9A is #57D265. Grayscale: #5D5D5D. Windows color (decimal): -5755494 or 10104232. OLE color: 10104232.

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

Color convert

RGB 168 45 154 -
CMYK 0 0.73 0.08 0.34
HSL 306.83º 0.58% 0.42% -
HSV(B) 306.83º 0.73% 0.66% -
XYZ 22.92 12.53 31.78 -
YUV 94.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 168 45 154 0 0.73 0.08 0.34 306.83 0.58 0.42
Hex A8 2D 9A 0 49 8 22 133 3A 2A
Octal 250 55 232 0 111 10 42 463 72 52
Binary 10101000 101101 10011010 0 1001001 1000 100010 100110011 111010 101010

Color Harmonies of #A82D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D9A

Black with #A82D9A

Text Example


Text Example

White with #A82D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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