Html Css Color HEX #AB248B Medium Red Violet

📋 copy color: '#AB248B'

red 171 ◦ green 36 ◦ blue 139

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

Shades of Medium Red Violet #AB248B

Tints of Medium Red Violet #AB248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 49.42%
G = 10.4%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB248B (or 0xAB248B) is known color: Medium Red Violet. HEX triplet: AB, 24 and 8B. RGB value is (171,36,139). Sum of RGB (Red+Green+Blue) = 171+36+139=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248B is #54DB74. Grayscale: #575757. Windows color (decimal): -5561205 or 9118891. OLE color: 9118891.

HSL color Cylindrical-coordinate representation of color #AB248B: hue angle of 314.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB248B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 139 -
CMYK 0 0.79 0.19 0.33
HSL 314.22º 0.65% 0.41% -
HSV(B) 314.22º 0.79% 0.67% -
XYZ 22.09 11.78 25.54 -
YUV 88.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 171 36 139 0 0.79 0.19 0.33 314.22 0.65 0.41
Hex AB 24 8B 0 4F 13 21 13A 41 29
Octal 253 44 213 0 117 23 41 472 101 51
Binary 10101011 100100 10001011 0 1001111 10011 100001 100111010 1000001 101001

Color Harmonies of #AB248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB248B

Black with #AB248B

Text Example


Text Example

White with #AB248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB248B; }

 p { color: rgb(171,36,139); }

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

background-color css

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

 a { background-color: rgb(171,36,139); }

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

border-color css

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

 span { border-color: rgb(171,36,139); }

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