Html Css Color HEX #A91B7D Medium Red Violet

📋 copy color: '#A91B7D'

red 169 ◦ green 27 ◦ blue 125

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

Shades of Medium Red Violet #A91B7D

Tints of Medium Red Violet #A91B7D

RGB

 RED value IS 169 (66.41% from 255) = 52.65%

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 52.65%
G = 8.41%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A91B7D (or 0xA91B7D) is known color: Medium Red Violet. HEX triplet: A9, 1B and 7D. RGB value is (169,27,125). Sum of RGB (Red+Green+Blue) = 169+27+125=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91B7D is #56E482. Grayscale: #505050. Windows color (decimal): -5694595 or 8199081. OLE color: 8199081.

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

Color convert

RGB 169 27 125 -
CMYK 0 0.84 0.26 0.34
HSL 318.59º 0.72% 0.38% -
HSV(B) 318.59º 0.84% 0.66% -
XYZ 20.46 10.7 20.39 -
YUV 80.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 169 27 125 0 0.84 0.26 0.34 318.59 0.72 0.38
Hex A9 1B 7D 0 54 1A 22 13F 48 26
Octal 251 33 175 0 124 32 42 477 110 46
Binary 10101001 11011 1111101 0 1010100 11010 100010 100111111 1001000 100110

Color Harmonies of #A91B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B7D

Black with #A91B7D

Text Example


Text Example

White with #A91B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B7D; }

 p { color: rgb(169,27,125); }

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

background-color css

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

 a { background-color: rgb(169,27,125); }

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

border-color css

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

 span { border-color: rgb(169,27,125); }

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