Html Css Color HEX #A82775 Medium Red Violet

📋 copy color: '#A82775'

red 168 ◦ green 39 ◦ blue 117

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

Shades of Medium Red Violet #A82775

Tints of Medium Red Violet #A82775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 51.85%
G = 12.04%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A82775 (or 0xA82775) is known color: Medium Red Violet. HEX triplet: A8, 27 and 75. RGB value is (168,39,117). Sum of RGB (Red+Green+Blue) = 168+39+117=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A82775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82775 is #57D88A. Grayscale: #565656. Windows color (decimal): -5757067 or 7677864. OLE color: 7677864.

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

Color convert

RGB 168 39 117 -
CMYK 0 0.77 0.30 0.34
HSL 323.72º 0.62% 0.41% -
HSV(B) 323.72º 0.77% 0.66% -
XYZ 20.08 11.06 17.91 -
YUV 86.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 168 39 117 0 0.77 0.30 0.34 323.72 0.62 0.41
Hex A8 27 75 0 4D 1E 22 144 3E 29
Octal 250 47 165 0 115 36 42 504 76 51
Binary 10101000 100111 1110101 0 1001101 11110 100010 101000100 111110 101001

Color Harmonies of #A82775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82775

Black with #A82775

Text Example


Text Example

White with #A82775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82775; }

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

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

background-color css

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

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

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

border-color css

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

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

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