Html Css Color HEX #AB298A Medium Red Violet

📋 copy color: '#AB298A'

red 171 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #AB298A

Tints of Medium Red Violet #AB298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 48.86%
G = 11.71%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB298A (or 0xAB298A) is known color: Medium Red Violet. HEX triplet: AB, 29 and 8A. RGB value is (171,41,138). Sum of RGB (Red+Green+Blue) = 171+41+138=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB298A is #54D675. Grayscale: #5A5A5A. Windows color (decimal): -5559926 or 9054635. OLE color: 9054635.

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

Color convert

RGB 171 41 138 -
CMYK 0 0.76 0.19 0.33
HSL 315.23º 0.61% 0.42% -
HSV(B) 315.23º 0.76% 0.67% -
XYZ 22.17 12.08 25.21 -
YUV 90.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 171 41 138 0 0.76 0.19 0.33 315.23 0.61 0.42
Hex AB 29 8A 0 4C 13 21 13B 3D 2A
Octal 253 51 212 0 114 23 41 473 75 52
Binary 10101011 101001 10001010 0 1001100 10011 100001 100111011 111101 101010

Color Harmonies of #AB298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB298A

Black with #AB298A

Text Example


Text Example

White with #AB298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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