Html Css Color HEX #AB3281 Medium Red Violet

📋 copy color: '#AB3281'

red 171 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #AB3281

Tints of Medium Red Violet #AB3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 48.86%
G = 14.29%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB3281 (or 0xAB3281) is known color: Medium Red Violet. HEX triplet: AB, 32 and 81. RGB value is (171,50,129). Sum of RGB (Red+Green+Blue) = 171+50+129=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3281 is #54CD7E. Grayscale: #5E5E5E. Windows color (decimal): -5557631 or 8467115. OLE color: 8467115.

HSL color Cylindrical-coordinate representation of color #AB3281: hue angle of 320.83º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3281 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 129 -
CMYK 0 0.71 0.25 0.33
HSL 320.83º 0.55% 0.43% -
HSV(B) 320.83º 0.71% 0.67% -
XYZ 21.9 12.52 22.03 -
YUV 95.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 171 50 129 0 0.71 0.25 0.33 320.83 0.55 0.43
Hex AB 32 81 0 47 19 21 141 37 2B
Octal 253 62 201 0 107 31 41 501 67 53
Binary 10101011 110010 10000001 0 1000111 11001 100001 101000001 110111 101011

Color Harmonies of #AB3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3281

Black with #AB3281

Text Example


Text Example

White with #AB3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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