Html Css Color HEX #AB248F Medium Red Violet

📋 copy color: '#AB248F'

red 171 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #AB248F

Tints of Medium Red Violet #AB248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 48.86%
G = 10.29%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB248F (or 0xAB248F) is known color: Medium Red Violet. HEX triplet: AB, 24 and 8F. RGB value is (171,36,143). Sum of RGB (Red+Green+Blue) = 171+36+143=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248F is #54DB70. Grayscale: #585858. Windows color (decimal): -5561201 or 9381035. OLE color: 9381035.

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

Color convert

RGB 171 36 143 -
CMYK 0 0.79 0.16 0.33
HSL 312.44º 0.65% 0.41% -
HSV(B) 312.44º 0.79% 0.67% -
XYZ 22.38 11.9 27.1 -
YUV 88.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 171 36 143 0 0.79 0.16 0.33 312.44 0.65 0.41
Hex AB 24 8F 0 4F 10 21 138 41 29
Octal 253 44 217 0 117 20 41 470 101 51
Binary 10101011 100100 10001111 0 1001111 10000 100001 100111000 1000001 101001

Color Harmonies of #AB248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB248F

Black with #AB248F

Text Example


Text Example

White with #AB248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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