Html Css Color HEX #AB3178 Medium Red Violet

📋 copy color: '#AB3178'

red 171 ◦ green 49 ◦ blue 120

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

Shades of Medium Red Violet #AB3178

Tints of Medium Red Violet #AB3178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 50.29%
G = 14.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB3178 (or 0xAB3178) is known color: Medium Red Violet. HEX triplet: AB, 31 and 78. RGB value is (171,49,120). Sum of RGB (Red+Green+Blue) = 171+49+120=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3178 is #54CE87. Grayscale: #5D5D5D. Windows color (decimal): -5557896 or 7877035. OLE color: 7877035.

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

Color convert

RGB 171 49 120 -
CMYK 0 0.71 0.30 0.33
HSL 325.08º 0.55% 0.43% -
HSV(B) 325.08º 0.71% 0.67% -
XYZ 21.28 12.21 19 -
YUV 93.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 171 49 120 0 0.71 0.30 0.33 325.08 0.55 0.43
Hex AB 31 78 0 47 1E 21 145 37 2B
Octal 253 61 170 0 107 36 41 505 67 53
Binary 10101011 110001 1111000 0 1000111 11110 100001 101000101 110111 101011

Color Harmonies of #AB3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3178

Black with #AB3178

Text Example


Text Example

White with #AB3178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3178; }

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

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

background-color css

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

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

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

border-color css

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

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

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