Html Css Color HEX #A82774 Medium Red Violet

📋 copy color: '#A82774'

red 168 ◦ green 39 ◦ blue 116

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

Shades of Medium Red Violet #A82774

Tints of Medium Red Violet #A82774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 52.01%
G = 12.07%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A82774 (or 0xA82774) is known color: Medium Red Violet. HEX triplet: A8, 27 and 74. RGB value is (168,39,116). Sum of RGB (Red+Green+Blue) = 168+39+116=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A82774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82774 is #57D88B. Grayscale: #565656. Windows color (decimal): -5757068 or 7612328. OLE color: 7612328.

HSL color Cylindrical-coordinate representation of color #A82774: hue angle of 324.19º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82774 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 116 -
CMYK 0 0.77 0.31 0.34
HSL 324.19º 0.62% 0.41% -
HSV(B) 324.19º 0.77% 0.66% -
XYZ 20.03 11.04 17.6 -
YUV 86.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 168 39 116 0 0.77 0.31 0.34 324.19 0.62 0.41
Hex A8 27 74 0 4D 1F 22 144 3E 29
Octal 250 47 164 0 115 37 42 504 76 51
Binary 10101000 100111 1110100 0 1001101 11111 100010 101000100 111110 101001

Color Harmonies of #A82774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82774

Black with #A82774

Text Example


Text Example

White with #A82774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82774; }

 p { color: rgb(168,39,116); }

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

background-color css

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

 a { background-color: rgb(168,39,116); }

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

border-color css

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

 span { border-color: rgb(168,39,116); }

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