Html Css Color HEX #AB448C Medium Red Violet

📋 copy color: '#AB448C'

red 171 ◦ green 68 ◦ blue 140

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

Shades of Medium Red Violet #AB448C

Tints of Medium Red Violet #AB448C

RGB

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

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

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

R = 45.12%
G = 17.94%
B = 36.94%

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

#AB448C (or 0xAB448C) is known color: Medium Red Violet. HEX triplet: AB, 44 and 8C. RGB value is (171,68,140). Sum of RGB (Red+Green+Blue) = 171+68+140=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB448C is #54BB73. Grayscale: #6A6A6A. Windows color (decimal): -5553012 or 9192619. OLE color: 9192619.

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

Color convert

RGB 171 68 140 -
CMYK 0 0.60 0.18 0.33
HSL 318.06º 0.43% 0.47% -
HSV(B) 318.06º 0.6% 0.67% -
XYZ 23.6 14.69 26.4 -
YUV 107.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 171 68 140 0 0.60 0.18 0.33 318.06 0.43 0.47
Hex AB 44 8C 0 3C 12 21 13E 2B 2F
Octal 253 104 214 0 74 22 41 476 53 57
Binary 10101011 1000100 10001100 0 111100 10010 100001 100111110 101011 101111

Color Harmonies of #AB448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB448C

Black with #AB448C

Text Example


Text Example

White with #AB448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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