Html Css Color HEX #AB3C83 Medium Red Violet

📋 copy color: '#AB3C83'

red 171 ◦ green 60 ◦ blue 131

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

Shades of Medium Red Violet #AB3C83

Tints of Medium Red Violet #AB3C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 47.24%
G = 16.57%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB3C83 (or 0xAB3C83) is known color: Medium Red Violet. HEX triplet: AB, 3C and 83. RGB value is (171,60,131). Sum of RGB (Red+Green+Blue) = 171+60+131=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C83 is #54C37C. Grayscale: #656565. Windows color (decimal): -5555069 or 8600747. OLE color: 8600747.

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

Color convert

RGB 171 60 131 -
CMYK 0 0.65 0.23 0.33
HSL 321.62º 0.48% 0.45% -
HSV(B) 321.62º 0.65% 0.67% -
XYZ 22.51 13.53 22.9 -
YUV 101.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 171 60 131 0 0.65 0.23 0.33 321.62 0.48 0.45
Hex AB 3C 83 0 41 17 21 142 30 2D
Octal 253 74 203 0 101 27 41 502 60 55
Binary 10101011 111100 10000011 0 1000001 10111 100001 101000010 110000 101101

Color Harmonies of #AB3C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C83

Black with #AB3C83

Text Example


Text Example

White with #AB3C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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