Html Css Color HEX #A82C78 Medium Red Violet

📋 copy color: '#A82C78'

red 168 ◦ green 44 ◦ blue 120

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

Shades of Medium Red Violet #A82C78

Tints of Medium Red Violet #A82C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 50.6%
G = 13.25%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A82C78 (or 0xA82C78) is known color: Medium Red Violet. HEX triplet: A8, 2C and 78. RGB value is (168,44,120). Sum of RGB (Red+Green+Blue) = 168+44+120=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C78 is #57D387. Grayscale: #595959. Windows color (decimal): -5755784 or 7875752. OLE color: 7875752.

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

Color convert

RGB 168 44 120 -
CMYK 0 0.74 0.29 0.34
HSL 323.23º 0.58% 0.42% -
HSV(B) 323.23º 0.74% 0.66% -
XYZ 20.44 11.48 18.91 -
YUV 89.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 168 44 120 0 0.74 0.29 0.34 323.23 0.58 0.42
Hex A8 2C 78 0 4A 1D 22 143 3A 2A
Octal 250 54 170 0 112 35 42 503 72 52
Binary 10101000 101100 1111000 0 1001010 11101 100010 101000011 111010 101010

Color Harmonies of #A82C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C78

Black with #A82C78

Text Example


Text Example

White with #A82C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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