Html Css Color HEX #A81182 Medium Violet Red

📋 copy color: '#A81182'

red 168 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #A81182

Tints of Medium Violet Red #A81182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 53.33%
G = 5.4%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A81182 (or 0xA81182) is known color: Medium Violet Red. HEX triplet: A8, 11 and 82. RGB value is (168,17,130). Sum of RGB (Red+Green+Blue) = 168+17+130=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A81182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81182 is #57EE7D. Grayscale: #4A4A4A. Windows color (decimal): -5762686 or 8524200. OLE color: 8524200.

HSL color Cylindrical-coordinate representation of color #A81182: hue angle of 315.1º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81182 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 130 -
CMYK 0 0.90 0.23 0.34
HSL 315.1º 0.82% 0.36% -
HSV(B) 315.1º 0.9% 0.66% -
XYZ 20.38 10.34 22.04 -
YUV 75.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 168 17 130 0 0.90 0.23 0.34 315.1 0.82 0.36
Hex A8 11 82 0 5A 17 22 13B 52 24
Octal 250 21 202 0 132 27 42 473 122 44
Binary 10101000 10001 10000010 0 1011010 10111 100010 100111011 1010010 100100

Color Harmonies of #A81182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81182

Black with #A81182

Text Example


Text Example

White with #A81182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81182; }

 p { color: rgb(168,17,130); }

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

background-color css

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

 a { background-color: rgb(168,17,130); }

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

border-color css

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

 span { border-color: rgb(168,17,130); }

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