Html Css Color HEX #AB448D Medium Red Violet

📋 copy color: '#AB448D'

red 171 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #AB448D

Tints of Medium Red Violet #AB448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 45%
G = 17.89%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB448D (or 0xAB448D) is known color: Medium Red Violet. HEX triplet: AB, 44 and 8D. RGB value is (171,68,141). Sum of RGB (Red+Green+Blue) = 171+68+141=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB448D is #54BB72. Grayscale: #6A6A6A. Windows color (decimal): -5553011 or 9258155. OLE color: 9258155.

HSL color Cylindrical-coordinate representation of color #AB448D: hue angle of 317.48º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB448D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 141 -
CMYK 0 0.60 0.18 0.33
HSL 317.48º 0.43% 0.47% -
HSV(B) 317.48º 0.6% 0.67% -
XYZ 23.67 14.72 26.79 -
YUV 107.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 171 68 141 0 0.60 0.18 0.33 317.48 0.43 0.47
Hex AB 44 8D 0 3C 12 21 13D 2B 2F
Octal 253 104 215 0 74 22 41 475 53 57
Binary 10101011 1000100 10001101 0 111100 10010 100001 100111101 101011 101111

Color Harmonies of #AB448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB448D

Black with #AB448D

Text Example


Text Example

White with #AB448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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