Html Css Color HEX #AB317B Medium Red Violet

📋 copy color: '#AB317B'

red 171 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #AB317B

Tints of Medium Red Violet #AB317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 49.85%
G = 14.29%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB317B (or 0xAB317B) is known color: Medium Red Violet. HEX triplet: AB, 31 and 7B. RGB value is (171,49,123). Sum of RGB (Red+Green+Blue) = 171+49+123=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB317B is #54CE84. Grayscale: #5D5D5D. Windows color (decimal): -5557893 or 8073643. OLE color: 8073643.

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

Color convert

RGB 171 49 123 -
CMYK 0 0.71 0.28 0.33
HSL 323.61º 0.55% 0.43% -
HSV(B) 323.61º 0.71% 0.67% -
XYZ 21.47 12.28 19.98 -
YUV 93.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 171 49 123 0 0.71 0.28 0.33 323.61 0.55 0.43
Hex AB 31 7B 0 47 1C 21 144 37 2B
Octal 253 61 173 0 107 34 41 504 67 53
Binary 10101011 110001 1111011 0 1000111 11100 100001 101000100 110111 101011

Color Harmonies of #AB317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB317B

Black with #AB317B

Text Example


Text Example

White with #AB317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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