Html Css Color HEX #AB3172 Medium Red Violet

📋 copy color: '#AB3172'

red 171 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #AB3172

Tints of Medium Red Violet #AB3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 51.2%
G = 14.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB3172 (or 0xAB3172) is known color: Medium Red Violet. HEX triplet: AB, 31 and 72. RGB value is (171,49,114). Sum of RGB (Red+Green+Blue) = 171+49+114=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3172 is #54CE8D. Grayscale: #5C5C5C. Windows color (decimal): -5557902 or 7483819. OLE color: 7483819.

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

Color convert

RGB 171 49 114 -
CMYK 0 0.71 0.33 0.33
HSL 328.03º 0.55% 0.43% -
HSV(B) 328.03º 0.71% 0.67% -
XYZ 20.93 12.07 17.15 -
YUV 92.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 171 49 114 0 0.71 0.33 0.33 328.03 0.55 0.43
Hex AB 31 72 0 47 21 21 148 37 2B
Octal 253 61 162 0 107 41 41 510 67 53
Binary 10101011 110001 1110010 0 1000111 100001 100001 101001000 110111 101011

Color Harmonies of #AB3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3172

Black with #AB3172

Text Example


Text Example

White with #AB3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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