Html Css Color HEX #AB2C7F Medium Red Violet

📋 copy color: '#AB2C7F'

red 171 ◦ green 44 ◦ blue 127

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

Shades of Medium Red Violet #AB2C7F

Tints of Medium Red Violet #AB2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 50%
G = 12.87%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB2C7F (or 0xAB2C7F) is known color: Medium Red Violet. HEX triplet: AB, 2C and 7F. RGB value is (171,44,127). Sum of RGB (Red+Green+Blue) = 171+44+127=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C7F is #54D380. Grayscale: #5B5B5B. Windows color (decimal): -5559169 or 8334507. OLE color: 8334507.

HSL color Cylindrical-coordinate representation of color #AB2C7F: hue angle of 320.79º degrees, saturation: 0.59, 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 #AB2C7F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 44 127 -
CMYK 0 0.74 0.26 0.33
HSL 320.79º 0.59% 0.42% -
HSV(B) 320.79º 0.74% 0.67% -
XYZ 21.53 11.99 21.26 -
YUV 91.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 171 44 127 0 0.74 0.26 0.33 320.79 0.59 0.42
Hex AB 2C 7F 0 4A 1A 21 141 3B 2A
Octal 253 54 177 0 112 32 41 501 73 52
Binary 10101011 101100 1111111 0 1001010 11010 100001 101000001 111011 101010

Color Harmonies of #AB2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C7F

Black with #AB2C7F

Text Example


Text Example

White with #AB2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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