Html Css Color HEX #AB337D Medium Red Violet

📋 copy color: '#AB337D'

red 171 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #AB337D

Tints of Medium Red Violet #AB337D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 49.28%
G = 14.7%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB337D (or 0xAB337D) is known color: Medium Red Violet. HEX triplet: AB, 33 and 7D. RGB value is (171,51,125). Sum of RGB (Red+Green+Blue) = 171+51+125=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB337D is #54CC82. Grayscale: #5F5F5F. Windows color (decimal): -5557379 or 8205227. OLE color: 8205227.

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

Color convert

RGB 171 51 125 -
CMYK 0 0.70 0.27 0.33
HSL 323º 0.54% 0.44% -
HSV(B) 323º 0.7% 0.67% -
XYZ 21.68 12.51 20.67 -
YUV 95.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 171 51 125 0 0.70 0.27 0.33 323 0.54 0.44
Hex AB 33 7D 0 46 1B 21 143 36 2C
Octal 253 63 175 0 106 33 41 503 66 54
Binary 10101011 110011 1111101 0 1000110 11011 100001 101000011 110110 101100

Color Harmonies of #AB337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB337D

Black with #AB337D

Text Example


Text Example

White with #AB337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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