Html Css Color HEX #AB337F Medium Red Violet

📋 copy color: '#AB337F'

red 171 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #AB337F

Tints of Medium Red Violet #AB337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 127 (50% from 255) = 36.39%

R = 49%
G = 14.61%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB337F (or 0xAB337F) is known color: Medium Red Violet. HEX triplet: AB, 33 and 7F. RGB value is (171,51,127). Sum of RGB (Red+Green+Blue) = 171+51+127=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB337F is #54CC80. Grayscale: #5F5F5F. Windows color (decimal): -5557377 or 8336299. OLE color: 8336299.

HSL color Cylindrical-coordinate representation of color #AB337F: hue angle of 322º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB337F is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 127 -
CMYK 0 0.70 0.26 0.33
HSL 322º 0.54% 0.44% -
HSV(B) 322º 0.7% 0.67% -
XYZ 21.81 12.56 21.35 -
YUV 95.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 171 51 127 0 0.70 0.26 0.33 322 0.54 0.44
Hex AB 33 7F 0 46 1A 21 142 36 2C
Octal 253 63 177 0 106 32 41 502 66 54
Binary 10101011 110011 1111111 0 1000110 11010 100001 101000010 110110 101100

Color Harmonies of #AB337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB337F

Black with #AB337F

Text Example


Text Example

White with #AB337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB337F; }

 p { color: rgb(171,51,127); }

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

background-color css

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

 a { background-color: rgb(171,51,127); }

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

border-color css

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

 span { border-color: rgb(171,51,127); }

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