Html Css Color HEX #A81B7E Medium Red Violet

📋 copy color: '#A81B7E'

red 168 ◦ green 27 ◦ blue 126

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

Shades of Medium Red Violet #A81B7E

Tints of Medium Red Violet #A81B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 52.34%
G = 8.41%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A81B7E (or 0xA81B7E) is known color: Medium Red Violet. HEX triplet: A8, 1B and 7E. RGB value is (168,27,126). Sum of RGB (Red+Green+Blue) = 168+27+126=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B7E is #57E481. Grayscale: #505050. Windows color (decimal): -5760130 or 8264616. OLE color: 8264616.

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

Color convert

RGB 168 27 126 -
CMYK 0 0.84 0.25 0.34
HSL 317.87º 0.72% 0.38% -
HSV(B) 317.87º 0.84% 0.66% -
XYZ 20.31 10.62 20.72 -
YUV 80.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 168 27 126 0 0.84 0.25 0.34 317.87 0.72 0.38
Hex A8 1B 7E 0 54 19 22 13E 48 26
Octal 250 33 176 0 124 31 42 476 110 46
Binary 10101000 11011 1111110 0 1010100 11001 100010 100111110 1001000 100110

Color Harmonies of #A81B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B7E

Black with #A81B7E

Text Example


Text Example

White with #A81B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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