Html Css Color HEX #AB319C Medium Red Violet

📋 copy color: '#AB319C'

red 171 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #AB319C

Tints of Medium Red Violet #AB319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 45.48%
G = 13.03%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB319C (or 0xAB319C) is known color: Medium Red Violet. HEX triplet: AB, 31 and 9C. RGB value is (171,49,156). Sum of RGB (Red+Green+Blue) = 171+49+156=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB319C is #54CE63. Grayscale: #616161. Windows color (decimal): -5557860 or 10236331. OLE color: 10236331.

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

Color convert

RGB 171 49 156 -
CMYK 0 0.71 0.09 0.33
HSL 307.38º 0.55% 0.43% -
HSV(B) 307.38º 0.71% 0.67% -
XYZ 23.89 13.25 32.75 -
YUV 97.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 171 49 156 0 0.71 0.09 0.33 307.38 0.55 0.43
Hex AB 31 9C 0 47 9 21 133 37 2B
Octal 253 61 234 0 107 11 41 463 67 53
Binary 10101011 110001 10011100 0 1000111 1001 100001 100110011 110111 101011

Color Harmonies of #AB319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB319C

Black with #AB319C

Text Example


Text Example

White with #AB319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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