Html Css Color HEX #A82C9A Medium Red Violet

📋 copy color: '#A82C9A'

red 168 ◦ green 44 ◦ blue 154

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

Shades of Medium Red Violet #A82C9A

Tints of Medium Red Violet #A82C9A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

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

R = 45.9%
G = 12.02%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A82C9A (or 0xA82C9A) is known color: Medium Red Violet. HEX triplet: A8, 2C and 9A. RGB value is (168,44,154). Sum of RGB (Red+Green+Blue) = 168+44+154=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82C9A is #57D365. Grayscale: #5D5D5D. Windows color (decimal): -5755750 or 10103976. OLE color: 10103976.

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

Color convert

RGB 168 44 154 -
CMYK 0 0.74 0.08 0.34
HSL 306.77º 0.58% 0.42% -
HSV(B) 306.77º 0.74% 0.66% -
XYZ 22.88 12.46 31.77 -
YUV 93.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 168 44 154 0 0.74 0.08 0.34 306.77 0.58 0.42
Hex A8 2C 9A 0 4A 8 22 133 3A 2A
Octal 250 54 232 0 112 10 42 463 72 52
Binary 10101000 101100 10011010 0 1001010 1000 100010 100110011 111010 101010

Color Harmonies of #A82C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C9A

Black with #A82C9A

Text Example


Text Example

White with #A82C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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