Html Css Color HEX #AB319D Medium Red Violet

📋 copy color: '#AB319D'

red 171 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #AB319D

Tints of Medium Red Violet #AB319D

RGB

 RED value IS 171 (67.19% from 255) = 45.36%

 GREEN value IS 49 (19.53% from 255) = 13%

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 45.36%
G = 13%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB319D (or 0xAB319D) is known color: Medium Red Violet. HEX triplet: AB, 31 and 9D. RGB value is (171,49,157). Sum of RGB (Red+Green+Blue) = 171+49+157=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319D is #54CE62. Grayscale: #616161. Windows color (decimal): -5557859 or 10301867. OLE color: 10301867.

HSL color Cylindrical-coordinate representation of color #AB319D: hue angle of 306.89º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB319D is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 157 -
CMYK 0 0.71 0.08 0.33
HSL 306.89º 0.55% 0.43% -
HSV(B) 306.89º 0.71% 0.67% -
XYZ 23.98 13.29 33.2 -
YUV 97.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 171 49 157 0 0.71 0.08 0.33 306.89 0.55 0.43
Hex AB 31 9D 0 47 8 21 133 37 2B
Octal 253 61 235 0 107 10 41 463 67 53
Binary 10101011 110001 10011101 0 1000111 1000 100001 100110011 110111 101011

Color Harmonies of #AB319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB319D

Black with #AB319D

Text Example


Text Example

White with #AB319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB319D; }

 p { color: rgb(171,49,157); }

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

background-color css

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

 a { background-color: rgb(171,49,157); }

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

border-color css

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

 span { border-color: rgb(171,49,157); }

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