Html Css Color HEX #AB297F Medium Red Violet

📋 copy color: '#AB297F'

red 171 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #AB297F

Tints of Medium Red Violet #AB297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

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

R = 50.44%
G = 12.09%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB297F (or 0xAB297F) is known color: Medium Red Violet. HEX triplet: AB, 29 and 7F. RGB value is (171,41,127). Sum of RGB (Red+Green+Blue) = 171+41+127=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB297F is #54D680. Grayscale: #595959. Windows color (decimal): -5559937 or 8333739. OLE color: 8333739.

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

Color convert

RGB 171 41 127 -
CMYK 0 0.76 0.26 0.33
HSL 320.31º 0.61% 0.42% -
HSV(B) 320.31º 0.76% 0.67% -
XYZ 21.42 11.78 21.22 -
YUV 89.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 171 41 127 0 0.76 0.26 0.33 320.31 0.61 0.42
Hex AB 29 7F 0 4C 1A 21 140 3D 2A
Octal 253 51 177 0 114 32 41 500 75 52
Binary 10101011 101001 1111111 0 1001100 11010 100001 101000000 111101 101010

Color Harmonies of #AB297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB297F

Black with #AB297F

Text Example


Text Example

White with #AB297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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