Html Css Color HEX #A81185 Medium Violet Red

📋 copy color: '#A81185'

red 168 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #A81185

Tints of Medium Violet Red #A81185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 52.83%
G = 5.35%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A81185 (or 0xA81185) is known color: Medium Violet Red. HEX triplet: A8, 11 and 85. RGB value is (168,17,133). Sum of RGB (Red+Green+Blue) = 168+17+133=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A81185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81185 is #57EE7A. Grayscale: #4B4B4B. Windows color (decimal): -5762683 or 8720808. OLE color: 8720808.

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

Color convert

RGB 168 17 133 -
CMYK 0 0.90 0.21 0.34
HSL 313.91º 0.82% 0.36% -
HSV(B) 313.91º 0.9% 0.66% -
XYZ 20.58 10.42 23.12 -
YUV 75.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 168 17 133 0 0.90 0.21 0.34 313.91 0.82 0.36
Hex A8 11 85 0 5A 15 22 13A 52 24
Octal 250 21 205 0 132 25 42 472 122 44
Binary 10101000 10001 10000101 0 1011010 10101 100010 100111010 1010010 100100

Color Harmonies of #A81185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81185

Black with #A81185

Text Example


Text Example

White with #A81185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81185; }

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

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

background-color css

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

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

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

border-color css

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

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

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