Html Css Color HEX #A82C75 Medium Red Violet

📋 copy color: '#A82C75'

red 168 ◦ green 44 ◦ blue 117

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

Shades of Medium Red Violet #A82C75

Tints of Medium Red Violet #A82C75

RGB

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

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

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

R = 51.06%
G = 13.37%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A82C75 (or 0xA82C75) is known color: Medium Red Violet. HEX triplet: A8, 2C and 75. RGB value is (168,44,117). Sum of RGB (Red+Green+Blue) = 168+44+117=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C75 is #57D38A. Grayscale: #595959. Windows color (decimal): -5755787 or 7679144. OLE color: 7679144.

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

Color convert

RGB 168 44 117 -
CMYK 0 0.74 0.30 0.34
HSL 324.68º 0.58% 0.42% -
HSV(B) 324.68º 0.74% 0.66% -
XYZ 20.26 11.41 17.96 -
YUV 89.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 168 44 117 0 0.74 0.30 0.34 324.68 0.58 0.42
Hex A8 2C 75 0 4A 1E 22 145 3A 2A
Octal 250 54 165 0 112 36 42 505 72 52
Binary 10101000 101100 1110101 0 1001010 11110 100010 101000101 111010 101010

Color Harmonies of #A82C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C75

Black with #A82C75

Text Example


Text Example

White with #A82C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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