Html Css Color HEX #AB288D Medium Red Violet

📋 copy color: '#AB288D'

red 171 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #AB288D

Tints of Medium Red Violet #AB288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 48.58%
G = 11.36%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB288D (or 0xAB288D) is known color: Medium Red Violet. HEX triplet: AB, 28 and 8D. RGB value is (171,40,141). Sum of RGB (Red+Green+Blue) = 171+40+141=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB288D is #54D772. Grayscale: #5A5A5A. Windows color (decimal): -5560179 or 9250987. OLE color: 9250987.

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

Color convert

RGB 171 40 141 -
CMYK 0 0.77 0.18 0.33
HSL 313.74º 0.62% 0.41% -
HSV(B) 313.74º 0.77% 0.67% -
XYZ 22.36 12.1 26.36 -
YUV 90.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 171 40 141 0 0.77 0.18 0.33 313.74 0.62 0.41
Hex AB 28 8D 0 4D 12 21 13A 3E 29
Octal 253 50 215 0 115 22 41 472 76 51
Binary 10101011 101000 10001101 0 1001101 10010 100001 100111010 111110 101001

Color Harmonies of #AB288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB288D

Black with #AB288D

Text Example


Text Example

White with #AB288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB288D; }

 p { color: rgb(171,40,141); }

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

background-color css

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

 a { background-color: rgb(171,40,141); }

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

border-color css

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

 span { border-color: rgb(171,40,141); }

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