Html Css Color HEX #AB3C81 Medium Red Violet

📋 copy color: '#AB3C81'

red 171 ◦ green 60 ◦ blue 129

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

Shades of Medium Red Violet #AB3C81

Tints of Medium Red Violet #AB3C81

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

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

R = 47.5%
G = 16.67%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB3C81 (or 0xAB3C81) is known color: Medium Red Violet. HEX triplet: AB, 3C and 81. RGB value is (171,60,129). Sum of RGB (Red+Green+Blue) = 171+60+129=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C81 is #54C37E. Grayscale: #646464. Windows color (decimal): -5555071 or 8469675. OLE color: 8469675.

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

Color convert

RGB 171 60 129 -
CMYK 0 0.65 0.25 0.33
HSL 322.7º 0.48% 0.45% -
HSV(B) 322.7º 0.65% 0.67% -
XYZ 22.37 13.47 22.19 -
YUV 101.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 171 60 129 0 0.65 0.25 0.33 322.7 0.48 0.45
Hex AB 3C 81 0 41 19 21 143 30 2D
Octal 253 74 201 0 101 31 41 503 60 55
Binary 10101011 111100 10000001 0 1000001 11001 100001 101000011 110000 101101

Color Harmonies of #AB3C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C81

Black with #AB3C81

Text Example


Text Example

White with #AB3C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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