Html Css Color HEX #AB297D Medium Red Violet

📋 copy color: '#AB297D'

red 171 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #AB297D

Tints of Medium Red Violet #AB297D

RGB

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

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

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

R = 50.74%
G = 12.17%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB297D (or 0xAB297D) is known color: Medium Red Violet. HEX triplet: AB, 29 and 7D. RGB value is (171,41,125). Sum of RGB (Red+Green+Blue) = 171+41+125=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB297D is #54D682. Grayscale: #595959. Windows color (decimal): -5559939 or 8202667. OLE color: 8202667.

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

Color convert

RGB 171 41 125 -
CMYK 0 0.76 0.27 0.33
HSL 321.23º 0.61% 0.42% -
HSV(B) 321.23º 0.76% 0.67% -
XYZ 21.29 11.72 20.54 -
YUV 89.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 171 41 125 0 0.76 0.27 0.33 321.23 0.61 0.42
Hex AB 29 7D 0 4C 1B 21 141 3D 2A
Octal 253 51 175 0 114 33 41 501 75 52
Binary 10101011 101001 1111101 0 1001100 11011 100001 101000001 111101 101010

Color Harmonies of #AB297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB297D

Black with #AB297D

Text Example


Text Example

White with #AB297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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