Html Css Color HEX #A81B95 Medium Violet Red

📋 copy color: '#A81B95'

red 168 ◦ green 27 ◦ blue 149

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

Shades of Medium Violet Red #A81B95

Tints of Medium Violet Red #A81B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 48.84%
G = 7.85%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A81B95 (or 0xA81B95) is known color: Medium Violet Red. HEX triplet: A8, 1B and 95. RGB value is (168,27,149). Sum of RGB (Red+Green+Blue) = 168+27+149=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81B95 is #57E46A. Grayscale: #525252. Windows color (decimal): -5760107 or 9771944. OLE color: 9771944.

HSL color Cylindrical-coordinate representation of color #A81B95: hue angle of 308.09º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B95 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 27 149 -
CMYK 0 0.84 0.11 0.34
HSL 308.09º 0.72% 0.38% -
HSV(B) 308.09º 0.84% 0.66% -
XYZ 21.97 11.28 29.45 -
YUV 83.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 168 27 149 0 0.84 0.11 0.34 308.09 0.72 0.38
Hex A8 1B 95 0 54 B 22 134 48 26
Octal 250 33 225 0 124 13 42 464 110 46
Binary 10101000 11011 10010101 0 1010100 1011 100010 100110100 1001000 100110

Color Harmonies of #A81B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B95

Black with #A81B95

Text Example


Text Example

White with #A81B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B95; }

 p { color: rgb(168,27,149); }

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

background-color css

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

 a { background-color: rgb(168,27,149); }

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

border-color css

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

 span { border-color: rgb(168,27,149); }

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