Html Css Color HEX #AB2D73 Medium Red Violet

📋 copy color: '#AB2D73'

red 171 ◦ green 45 ◦ blue 115

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

Shades of Medium Red Violet #AB2D73

Tints of Medium Red Violet #AB2D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 51.66%
G = 13.6%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB2D73 (or 0xAB2D73) is known color: Medium Red Violet. HEX triplet: AB, 2D and 73. RGB value is (171,45,115). Sum of RGB (Red+Green+Blue) = 171+45+115=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2D73 is #54D28C. Grayscale: #5A5A5A. Windows color (decimal): -5558925 or 7548331. OLE color: 7548331.

HSL color Cylindrical-coordinate representation of color #AB2D73: hue angle of 326.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2D73 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 45 115 -
CMYK 0 0.74 0.33 0.33
HSL 326.67º 0.58% 0.42% -
HSV(B) 326.67º 0.74% 0.67% -
XYZ 20.83 11.77 17.39 -
YUV 90.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 171 45 115 0 0.74 0.33 0.33 326.67 0.58 0.42
Hex AB 2D 73 0 4A 21 21 147 3A 2A
Octal 253 55 163 0 112 41 41 507 72 52
Binary 10101011 101101 1110011 0 1001010 100001 100001 101000111 111010 101010

Color Harmonies of #AB2D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D73

Black with #AB2D73

Text Example


Text Example

White with #AB2D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D73; }

 p { color: rgb(171,45,115); }

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

background-color css

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

 a { background-color: rgb(171,45,115); }

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

border-color css

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

 span { border-color: rgb(171,45,115); }

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