Html Css Color HEX #A82C7A Medium Red Violet

📋 copy color: '#A82C7A'

red 168 ◦ green 44 ◦ blue 122

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

Shades of Medium Red Violet #A82C7A

Tints of Medium Red Violet #A82C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 50.3%
G = 13.17%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A82C7A (or 0xA82C7A) is known color: Medium Red Violet. HEX triplet: A8, 2C and 7A. RGB value is (168,44,122). Sum of RGB (Red+Green+Blue) = 168+44+122=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C7A is #57D385. Grayscale: #595959. Windows color (decimal): -5755782 or 8006824. OLE color: 8006824.

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

Color convert

RGB 168 44 122 -
CMYK 0 0.74 0.27 0.34
HSL 322.26º 0.58% 0.42% -
HSV(B) 322.26º 0.74% 0.66% -
XYZ 20.56 11.53 19.55 -
YUV 89.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 168 44 122 0 0.74 0.27 0.34 322.26 0.58 0.42
Hex A8 2C 7A 0 4A 1B 22 142 3A 2A
Octal 250 54 172 0 112 33 42 502 72 52
Binary 10101000 101100 1111010 0 1001010 11011 100010 101000010 111010 101010

Color Harmonies of #A82C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C7A

Black with #A82C7A

Text Example


Text Example

White with #A82C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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