Html Css Color HEX #AB248C Medium Red Violet

📋 copy color: '#AB248C'

red 171 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #AB248C

Tints of Medium Red Violet #AB248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 49.28%
G = 10.37%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB248C (or 0xAB248C) is known color: Medium Red Violet. HEX triplet: AB, 24 and 8C. RGB value is (171,36,140). Sum of RGB (Red+Green+Blue) = 171+36+140=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248C is #54DB73. Grayscale: #575757. Windows color (decimal): -5561204 or 9184427. OLE color: 9184427.

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

Color convert

RGB 171 36 140 -
CMYK 0 0.79 0.18 0.33
HSL 313.78º 0.65% 0.41% -
HSV(B) 313.78º 0.79% 0.67% -
XYZ 22.16 11.81 25.92 -
YUV 88.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 171 36 140 0 0.79 0.18 0.33 313.78 0.65 0.41
Hex AB 24 8C 0 4F 12 21 13A 41 29
Octal 253 44 214 0 117 22 41 472 101 51
Binary 10101011 100100 10001100 0 1001111 10010 100001 100111010 1000001 101001

Color Harmonies of #AB248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB248C

Black with #AB248C

Text Example


Text Example

White with #AB248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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