Html Css Color HEX #A61B8D Medium Red Violet

📋 copy color: '#A61B8D'

red 166 ◦ green 27 ◦ blue 141

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

Shades of Medium Red Violet #A61B8D

Tints of Medium Red Violet #A61B8D

RGB

 RED value IS 166 (65.23% from 255) = 49.7%

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 49.7%
G = 8.08%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A61B8D (or 0xA61B8D) is known color: Medium Red Violet. HEX triplet: A6, 1B and 8D. RGB value is (166,27,141). Sum of RGB (Red+Green+Blue) = 166+27+141=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61B8D is #59E472. Grayscale: #515151. Windows color (decimal): -5891187 or 9247654. OLE color: 9247654.

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

Color convert

RGB 166 27 141 -
CMYK 0 0.84 0.15 0.35
HSL 310.79º 0.72% 0.38% -
HSV(B) 310.79º 0.84% 0.65% -
XYZ 20.93 10.81 26.18 -
YUV 81.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 166 27 141 0 0.84 0.15 0.35 310.79 0.72 0.38
Hex A6 1B 8D 0 54 F 23 137 48 26
Octal 246 33 215 0 124 17 43 467 110 46
Binary 10100110 11011 10001101 0 1010100 1111 100011 100110111 1001000 100110

Color Harmonies of #A61B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B8D

Black with #A61B8D

Text Example


Text Example

White with #A61B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B8D; }

 p { color: rgb(166,27,141); }

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

background-color css

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

 a { background-color: rgb(166,27,141); }

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

border-color css

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

 span { border-color: rgb(166,27,141); }

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