Html Css Color HEX #A82175 Medium Red Violet

📋 copy color: '#A82175'

red 168 ◦ green 33 ◦ blue 117

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

Shades of Medium Red Violet #A82175

Tints of Medium Red Violet #A82175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 52.83%
G = 10.38%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A82175 (or 0xA82175) is known color: Medium Red Violet. HEX triplet: A8, 21 and 75. RGB value is (168,33,117). Sum of RGB (Red+Green+Blue) = 168+33+117=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A82175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82175 is #57DE8A. Grayscale: #525252. Windows color (decimal): -5758603 or 7676328. OLE color: 7676328.

HSL color Cylindrical-coordinate representation of color #A82175: hue angle of 322.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82175 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 117 -
CMYK 0 0.80 0.30 0.34
HSL 322.67º 0.67% 0.39% -
HSV(B) 322.67º 0.8% 0.66% -
XYZ 19.9 10.7 17.85 -
YUV 82.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 168 33 117 0 0.80 0.30 0.34 322.67 0.67 0.39
Hex A8 21 75 0 50 1E 22 143 43 27
Octal 250 41 165 0 120 36 42 503 103 47
Binary 10101000 100001 1110101 0 1010000 11110 100010 101000011 1000011 100111

Color Harmonies of #A82175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82175

Black with #A82175

Text Example


Text Example

White with #A82175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82175; }

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

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

background-color css

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

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

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

border-color css

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

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

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