Html Css Color HEX #AB4481 Medium Red Violet

📋 copy color: '#AB4481'

red 171 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #AB4481

Tints of Medium Red Violet #AB4481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 46.47%
G = 18.48%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB4481 (or 0xAB4481) is known color: Medium Red Violet. HEX triplet: AB, 44 and 81. RGB value is (171,68,129). Sum of RGB (Red+Green+Blue) = 171+68+129=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4481 is #54BB7E. Grayscale: #696969. Windows color (decimal): -5553023 or 8471723. OLE color: 8471723.

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

Color convert

RGB 171 68 129 -
CMYK 0 0.60 0.25 0.33
HSL 324.47º 0.43% 0.47% -
HSV(B) 324.47º 0.6% 0.67% -
XYZ 22.82 14.38 22.34 -
YUV 105.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 171 68 129 0 0.60 0.25 0.33 324.47 0.43 0.47
Hex AB 44 81 0 3C 19 21 144 2B 2F
Octal 253 104 201 0 74 31 41 504 53 57
Binary 10101011 1000100 10000001 0 111100 11001 100001 101000100 101011 101111

Color Harmonies of #AB4481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4481

Black with #AB4481

Text Example


Text Example

White with #AB4481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4481; }

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

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

background-color css

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

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

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

border-color css

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

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

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