Html Css Color HEX #AB319F Medium Red Violet

📋 copy color: '#AB319F'

red 171 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #AB319F

Tints of Medium Red Violet #AB319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 45.12%
G = 12.93%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB319F (or 0xAB319F) is known color: Medium Red Violet. HEX triplet: AB, 31 and 9F. RGB value is (171,49,159). Sum of RGB (Red+Green+Blue) = 171+49+159=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319F is #54CE60. Grayscale: #616161. Windows color (decimal): -5557857 or 10432939. OLE color: 10432939.

HSL color Cylindrical-coordinate representation of color #AB319F: hue angle of 305.9º 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 #AB319F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 159 -
CMYK 0 0.71 0.07 0.33
HSL 305.9º 0.55% 0.43% -
HSV(B) 305.9º 0.71% 0.67% -
XYZ 24.15 13.36 34.11 -
YUV 98.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 171 49 159 0 0.71 0.07 0.33 305.9 0.55 0.43
Hex AB 31 9F 0 47 7 21 132 37 2B
Octal 253 61 237 0 107 7 41 462 67 53
Binary 10101011 110001 10011111 0 1000111 111 100001 100110010 110111 101011

Color Harmonies of #AB319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB319F

Black with #AB319F

Text Example


Text Example

White with #AB319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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